PHP Interface Prado\IService

This interface must be implemented by services.
Since: 3.0
Author: Qiang Xue ([email protected])
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getEnabled ( ) : boolean
getID ( ) : string
init ( $config ) Initializes the service.
run ( ) Runs the service.
setEnabled ( $value )
setID ( $id )

Method Details

getEnabled() public méthode

public getEnabled ( ) : boolean
Résultat boolean whether the service is enabled

getID() public méthode

public getID ( ) : string
Résultat string ID of the service

init() public méthode

Initializes the service.
public init ( $config )

run() public méthode

Runs the service.
public run ( )

setEnabled() public méthode

public setEnabled ( $value )

setID() public méthode

public setID ( $id )