Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
ManaPHP
ApplicationInterface
PHP Interface ManaPHP\ApplicationInterface
显示文件
Open project: manaphp/manaphp
Public Methods
Method
Description
abort
(
integer
$code
,
string
$message
) :
void
getModules
( ) :
array
main
( ) :
void
registerServices
( ) :
void
Method Details
abort()
public
method
public
abort
(
integer
$code
,
string
$message
) :
void
$code
integer
$message
string
return
void
getModules()
public
method
public
getModules
( ) :
array
return
array
main()
public
method
public
main
( ) :
void
return
void
registerServices()
public
method
public
registerServices
( ) :
void
return
void