Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ManaPHP
Event
Event
PHP Class ManaPHP\Event\Event
ファイルを表示
Open project: manaphp/manaphp
Protected Properties
Property
Type
Description
$_type
string
Event type
Public Methods
Method
Description
__construct
(
string
$type
)
\ManaPHP\Event\Event constructor
getType
( ) :
string
Returns the event's type
Method Details
__construct()
public
method
\ManaPHP\Event\Event constructor
public
__construct
(
string
$type
)
$type
string
getType()
public
method
Returns the event's type
public
getType
( ) :
string
return
string
Property Details
$_type
protected_oe property
Event type
protected
string
$_type
return
string