PHP Class ManaPHP\Event\Event

Afficher le fichier Open project: manaphp/manaphp

Protected Properties

Свойство Type Description
$_type string Event type

Méthodes publiques

Méthode Description
__construct ( string $type ) \ManaPHP\Event\Event constructor
getType ( ) : string Returns the event's type

Method Details

__construct() public méthode

\ManaPHP\Event\Event constructor
public __construct ( string $type )
$type string

getType() public méthode

Returns the event's type
public getType ( ) : string
Résultat string

Property Details

$_type protected_oe property

Event type
protected string $_type
Résultat string