Module API's vs Internal : How are they distinguished?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
kendo451

Module API's vs Internal : How are they distinguished?

Post by kendo451 »

When creating a module or looking at someone else's module code, what distinguishes API functions (available to UDT's and other modules as methods of a module instance) from those that are internal to the module?

What do I need to add to a function or method declaration in a module to make it part of an API?
Post Reply

Return to “Developers Discussion”