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
Metabor
Event
Event
PHP Class Metabor\Event\Event
Author:
Oliver Tischlinger
Inheritance:
extends
Metabor\Observer\Subject
,
implements
MetaborStd\Event\EventInterface
,
implements
ArrayAccess
,
implements
MetaborStd\MetadataInterface
Show file
Open project: metabor/statemachine
Class Usage Examples
Public Methods
Method
Description
__construct
(
string
$name
)
__invoke
( )
getInvokeArgs
( )
getMetadata
( )
getName
( )
offsetExists
(
$offset
)
offsetGet
(
$offset
)
offsetSet
(
$offset
,
$value
)
offsetUnset
(
$offset
)
Method Details
__construct()
public
method
public
__construct
(
string
$name
)
$name
string
__invoke()
public
method
See also:
MetaborStd\CallbackInterface::__invoke()
public
__invoke
( )
getInvokeArgs()
public
method
public
getInvokeArgs
( )
getMetadata()
public
method
See also:
MetaborStd\MetadataInterface::getMetadata()
public
getMetadata
( )
getName()
public
method
See also:
MetaborStd\NamedInterface::getName()
public
getName
( )
offsetExists()
public
method
See also:
ArrayAccess::offsetExists()
public
offsetExists
(
$offset
)
offsetGet()
public
method
See also:
ArrayAccess::offsetGet()
public
offsetGet
(
$offset
)
offsetSet()
public
method
See also:
ArrayAccess::offsetSet()
public
offsetSet
(
$offset
,
$value
)
offsetUnset()
public
method
See also:
ArrayAccess::offsetUnset()
public
offsetUnset
(
$offset
)