Ingo_Transport_Base::supportShares PHP Method

supportShares() public method

Returns whether the driver supports managing other users' rules.
public supportShares ( ) : boolean
return boolean True if the driver supports shares.
    public function supportShares()
    {
        return $this->_supportShares && $GLOBALS['session']->get('ingo', 'backend/shares');
    }