PHP Class Prado\TModule

TModule implements the basic methods required by IModule and may be used as the basic class for application modules.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends TApplicationComponent, implements prado\IModule
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getID ( ) : string
init ( $config ) Initializes the module.
setID ( $value )

Method Details

getID() public méthode

public getID ( ) : string
Résultat string id of this module

init() public méthode

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

setID() public méthode

public setID ( $value )