PHP Класс BaseModule

Наследование: extends ApplicationObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getModuleInheritanceList ( ) : array Builds and returns the list of modules relevant to this specific module as defined by inheritance.

Защищенные методы

Метод Описание
getInheritedModule ( ) : mixed Returns the module parent class if it is also an installed module.

Описание методов

getInheritedModule() защищенный Метод

Returns the module parent class if it is also an installed module.
protected getInheritedModule ( ) : mixed
Результат mixed

getModuleInheritanceList() публичный Метод

Builds and returns the list of modules relevant to this specific module as defined by inheritance.
public getModuleInheritanceList ( ) : array
Результат array