Base
class Base
Base class for all feature classes.
Properties
protected string | $_name | ||
protected | $_classes |
Methods
string
getName()
Returns the name.
boolean
setName(string $name)
Sets the name.
array
getClasses()
Returns all declared classes.
Details
at line 30
final string
getName()
Returns the name.
at line 41
final boolean
setName(string $name)
Sets the name.
at line 57
array
getClasses()
Returns all declared classes.
We need this way, because the autoloader will try to include the class file if we use "class_exists" or similar functions.