Horde_Perms_Permission_Kolab::getOwnerPermissions PHP 메소드

getOwnerPermissions() 공개 메소드

Returns the permissions of the owner on this object.
public getOwnerPermissions ( ) : integer
리턴 integer All owner permissions for this object.
    public function getOwnerPermissions()
    {
        $users = parent::getUserPermissions();
        return $users[$this->_storage->getOwner()];
    }