Helper Namespace
Classes
ArgumentHelper
Argument
CacheHelper
Dependency
I18nHelper
Path
list
Recursivly list all files and/or directories for given start point(s).
Signature
list(Array|String startPoints, Object options) : Array
Parameters
- startPoints
- Startpoint to search, or multiple
- Types: Array, String
- options
- Options for listing dirs and/or files
- Type: Object
Returns
- Array
- The return value is not further described
Process
Project
listModelsForAllModules
List all models of all modules of an application path.
Signature
listModelsForAllModules(String path, [Boolean listAssociations]) : Object
Parameters
- path
- Path to look for configurations
- Type: String
- [listAssociations]
- List associations - Default: false
- Type: Boolean
Returns
- Object
- The return value is not further described