PHP 클래스 BaseModule

상속: extends ApplicationObject
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 메소드들

메소드 설명
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