HasFlags
trait HasFlags (View source)
Methods
void
markRead()
{@inheritDoc}
void
markUnread()
{@inheritDoc}
void
markSeen()
{@inheritDoc}
void
unmarkSeen()
{@inheritDoc}
void
markAnswered()
{@inheritDoc}
void
unmarkAnswered()
{@inheritDoc}
void
markFlagged()
{@inheritDoc}
void
unmarkFlagged()
{@inheritDoc}
void
markDeleted(bool $expunge = false)
{@inheritDoc}
void
unmarkDeleted()
{@inheritDoc}
void
markDraft()
{@inheritDoc}
void
unmarkDraft()
{@inheritDoc}
void
markRecent()
{@inheritDoc}
void
unmarkRecent()
{@inheritDoc}
bool
isSeen()
{@inheritDoc}
bool
isAnswered()
{@inheritDoc}
bool
isFlagged()
{@inheritDoc}
bool
isDeleted()
{@inheritDoc}
bool
isDraft()
{@inheritDoc}
bool
isRecent()
{@inheritDoc}
bool
hasFlag(BackedEnum|string $flag)
{@inheritDoc}
array
flags()
{@inheritDoc}
void
flag(BackedEnum|string $flag, string $operation, bool $expunge = false)
{@inheritDoc}
Details
void
markRead()
{@inheritDoc}
void
markUnread()
{@inheritDoc}
void
markSeen()
{@inheritDoc}
void
unmarkSeen()
{@inheritDoc}
void
markAnswered()
{@inheritDoc}
void
unmarkAnswered()
{@inheritDoc}
void
markFlagged()
{@inheritDoc}
void
unmarkFlagged()
{@inheritDoc}
void
markDeleted(bool $expunge = false)
{@inheritDoc}
void
unmarkDeleted()
{@inheritDoc}
void
markDraft()
{@inheritDoc}
void
unmarkDraft()
{@inheritDoc}
void
markRecent()
{@inheritDoc}
void
unmarkRecent()
{@inheritDoc}
bool
isSeen()
{@inheritDoc}
bool
isAnswered()
{@inheritDoc}
bool
isFlagged()
{@inheritDoc}
bool
isDeleted()
{@inheritDoc}
bool
isDraft()
{@inheritDoc}
bool
isRecent()
{@inheritDoc}
bool
hasFlag(BackedEnum|string $flag)
{@inheritDoc}
abstract array
flags()
{@inheritDoc}
abstract void
flag(BackedEnum|string $flag, string $operation, bool $expunge = false)
{@inheritDoc}