PHP Class BaseModule

Inheritance: extends ApplicationObject
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Méthode Description
getModuleInheritanceList ( ) : array Builds and returns the list of modules relevant to this specific module as defined by inheritance.

Méthodes protégées

Méthode Description
getInheritedModule ( ) : mixed Returns the module parent class if it is also an installed module.

Method Details

getInheritedModule() protected méthode

Returns the module parent class if it is also an installed module.
protected getInheritedModule ( ) : mixed
Résultat mixed

getModuleInheritanceList() public méthode

Builds and returns the list of modules relevant to this specific module as defined by inheritance.
public getModuleInheritanceList ( ) : array
Résultat array