Naming Conventions
Last modified:
05/20/2006 07:47 AM
| Revision: |
naming-conventions.txt 31276 2006-01-03 16:36:21Z dkuhlman |
Methods that return information about pre-defined portal objects
are called 'listXYZ'
e.g. 'listPortalStyles()' ...
Methods that return contextual information, folder content, etc.
are called 'getXYZ'
e.g. 'getPageBlocks()'
Methods that require a search, an advanced algorithm, etc.
are called 'findXYZ'
e.g. 'findOrphanedStyles', 'findIdenticalStyles' ...
|