PHP 클래스 Prado\TModule

TModule implements the basic methods required by IModule and may be used as the basic class for application modules.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends TApplicationComponent, implements prado\IModule
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
getID ( ) : string
init ( $config ) Initializes the module.
setID ( $value )

메소드 상세

getID() 공개 메소드

public getID ( ) : string
리턴 string id of this module

init() 공개 메소드

This method is required by IModule and is invoked by application.
public init ( $config )

setID() 공개 메소드

public setID ( $value )