PHP 인터페이스 Prado\IModule

This interface must be implemented by application modules.
부터: 3.0
저자: Qiang Xue ([email protected])
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

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

메소드 상세

getID() 공개 메소드

public getID ( ) : string
리턴 string ID of the module

init() 공개 메소드

Initializes the module.
public init ( $config )

setID() 공개 메소드

public setID ( $id )