ManaPHP\Event\Event::__construct PHP Method

__construct() public method

\ManaPHP\Event\Event constructor
public __construct ( string $type )
$type string
    public function __construct($type)
    {
        $this->_type = $type;
    }