Ingo_Transport_Base::supportShares PHP Метод

supportShares() публичный Метод

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