Property | Type | Description | |
---|---|---|---|
$_nocreate | boolean | Can new flags NOT be created? | |
$_noset | array | List of unsettable flags. | |
$_set | array | List of settable flags. |
Method | Description | |
---|---|---|
__construct ( array $permflags = [], array $flags = [] ) | Constructor. | |
allowed ( string $flag ) : boolean | Determines if the given flag is allowed to be changed permanently. | |
getIterator ( ) | * IteratorAggregate method. |
public __construct ( array $permflags = [], array $flags = [] ) | ||
$permflags | array | List of permanent flags in mailbox. |
$flags | array | List of flags in mailbox. |
protected bool $_nocreate | ||
return | boolean |