PHP Класс Prado\TService

TService implements the basic methods required by IService and may be used as the basic class for application services.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: extends TApplicationComponent, implements prado\IService
Показать файл Открыть проект

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

Метод Описание
getEnabled ( ) : boolean
getID ( ) : string
init ( $config ) Initializes the service and attaches {@link run} to the RunService event of application.
run ( ) Runs the service.
setEnabled ( $value )
setID ( $value )

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

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

public getEnabled ( ) : boolean
Результат boolean whether the service is enabled

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

public getID ( ) : string
Результат string id of this service

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

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

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

Runs the service.
public run ( )

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

public setEnabled ( $value )

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

public setID ( $value )