PHP Class BaseModule

Inheritance: extends ApplicationObject
Mostra file Open project: openeyes/openeyes Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

getInheritedModule() protected method

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

getModuleInheritanceList() public method

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