ManaPHP\Event\Event::__construct PHP Метод

__construct() публичный Метод

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