PHP Class ManaPHP\Event\Event

Show file 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 property

Event type
protected string $_type
return string