Property | Type | Description | |
---|---|---|---|
$_rights | array | ACL rights. |
Method | Description | |
---|---|---|
__construct ( string $rights = '' ) | Constructor. | |
__toString ( ) : string | String representation of the ACL. | |
diff ( string $rights ) : array | Computes the difference to another rights string. | |
getIterator ( ) | * IteratorAggregate method. | |
offsetExists ( $offset ) | ||
offsetGet ( $offset ) | ||
offsetSet ( $offset, $value ) | ||
offsetUnset ( $offset ) | ||
serialize ( ) | ||
unserialize ( $data ) |
Method | Description | |
---|---|---|
_normalize ( ) | Normalize virtual rights (see RFC 4314 [2.1.1]). |
public __construct ( string $rights = '' ) | ||
$rights | string | The rights (see RFC 4314 [2.1]). |
public __toString ( ) : string | ||
return | string | String representation (RFC 4314 compliant). |
protected _normalize ( ) |