Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Prado
TModule
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
Exibir arquivo
Open project: pradosoft/prado
Public Methods
Method
Description
getID
( ) :
string
init
(
$config
)
Initializes the module.
setID
(
$value
)
Method Details
getID()
public
method
public
getID
( ) :
string
return
string
id of this module
init()
public
method
This method is required by IModule and is invoked by application.
public
init
(
$config
)
setID()
public
method
public
setID
(
$value
)