ManaPHP\Event\Event::getType PHP Method

getType() public method

Returns the event's type
public getType ( ) : string
return string
    public function getType()
    {
        return $this->_type;
    }