Namshi\Notificator\Manager::getHandlers PHP Method

getHandlers() public method

Returns all the handlers associated to this manager.
public getHandlers ( ) : array
return array
    public function getHandlers()
    {
        return $this->handlers;
    }