Class Descriptor
Module descriptor options.
Constants summary
string |
CATEGORY
Defines the category for the module. |
#
'category'
|
string |
CLASSNAME
Defines the PHP class of the module. |
#
'class'
|
string |
DESCRIPTION
Defines a short description of what the module do. |
#
'description'
|
string |
DISABLED
Defines the state of the module. |
#
'disabled'
|
string |
EXTRA
Defines extra values. |
#
'extra'
|
string |
INHERITS
Defines the parent module the module inherits from. |
#
'extends'
|
string |
ID
Defines the identifier of the module. |
#
'id'
|
string |
REQUIRED
Defines the state of the module. |
#
'required'
|
string |
REQUIRES
Defines the modules that the module requires. |
#
'requires'
|
string |
MODELS
Defines the models of the module. |
#
'models'
|
string |
NS
Defines the namespace of the module. |
#
'namespace'
|
string |
PATH
Path to the module's directory. |
#
'path'
|
string |
PERMISSION
General permission of the module. |
#
'permission'
|
string |
PERMISSIONS
Defines the permissions added by the module. |
#
'permissions'
|
string |
TITLE
Defines the title of the module. |
#
'title'
|
string |
WEIGHT
Defines the weight of the module. |
#
'weight'
|