FOF30\Model\DataModel::getBehavioursDispatcher PHP Method

getBehavioursDispatcher() public method

Gives you access to the behaviours dispatcher, allowing to attach/detach behaviour observers
public getBehavioursDispatcher ( ) : Dispatcher
return FOF30\Event\Dispatcher
    public function &getBehavioursDispatcher()
    {
        return $this->behavioursDispatcher;
    }