Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Prado
IModule
PHP Interface Prado\IModule
This interface must be implemented by application modules.
Since:
3.0
Author:
Qiang Xue (
[email protected]
)
Show file
Open project: pradosoft/prado
Public Methods
Method
Description
getID
( ) :
string
init
(
$config
)
Initializes the module.
setID
(
$id
)
Method Details
getID()
public
method
public
getID
( ) :
string
return
string
ID of the module
init()
public
method
Initializes the module.
public
init
(
$config
)
setID()
public
method
public
setID
(
$id
)