Pheasant\Events::__invoke PHP Method

__invoke() public method

See also: http://www.php.net/manual/en/language.oop5.magic.php#object.invoke
public __invoke ( $event, $object )
    public function __invoke($event, $object)
    {
        return $this->trigger($event, $object);
    }