getString() getString(integer $type = self::RFC_4314) : string Returns the raw string to use in IMAP server calls. Parameters integer $type The RFC type to use (RFC_* constant). Returns string — The string representation of the ACL.
__construct() __construct(array $required = array(), array $optional = array()) Constructor. Parameters array $required The required rights (see RFC 4314 [2.1]). array $optional The optional rights (see RFC 4314 [2.1]).
__toString() __toString() : string String representation of the ACL. Returns string — String representation (RFC 4314 compliant).