PHP 인터페이스 Prado\IService

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

공개 메소드들

메소드 설명
getEnabled ( ) : boolean
getID ( ) : string
init ( $config ) Initializes the service.
run ( ) Runs the service.
setEnabled ( $value )
setID ( $id )

메소드 상세

getEnabled() 공개 메소드

public getEnabled ( ) : boolean
리턴 boolean whether the service is enabled

getID() 공개 메소드

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

init() 공개 메소드

Initializes the service.
public init ( $config )

run() 공개 메소드

Runs the service.
public run ( )

setEnabled() 공개 메소드

public setEnabled ( $value )

setID() 공개 메소드

public setID ( $id )