-
Notifications
You must be signed in to change notification settings - Fork 0
Class ZugferdMailListFoldersConsoleCommand
Class representing a console command for listing folders in an email account
Returns an array of all log messages
public function getLogMessagesFromMessageBag(): array
{
}
Returns a value of type array
Returns true if no log messages are present otherwise false
public function hasNoLogMessagesInMessageBag(): bool
{
}
Returns a value of type bool
Returns true if log messages are present otherwise false
public function hasLogMessagesInMessageBag(): bool
{
}
Returns a value of type bool
Returns an array of all log messages
public function getLogSecondaryMessagesFromMessageBag(): array
{
}
Returns a value of type array
Returns true if no log messages are present otherwise false
public function hasNoLogSecondaryMessagesInMessageBag(): bool
{
}
Returns a value of type bool
Returns true if log messages are present otherwise false
public function hasLogSecondaryMessagesInMessageBag(): bool
{
}
Returns a value of type bool
Returns an array of all warning messages
public function getWarningMessagesFromMessageBag(): array
{
}
Returns a value of type array
Returns true if no warning messages are present otherwise false
public function hasNoWarningMessagesInMessageBag(): bool
{
}
Returns a value of type bool
Returns true if warning messages are present otherwise false
public function hasWarningMessagesInMessageBag(): bool
{
}
Returns a value of type bool
Returns an array of all error messages
public function getErrorMessagesFromMessageBag(): array
{
}
Returns a value of type array
Returns true if no error messages are present otherwise false
public function hasNoErrorMessagesInMessageBag(): bool
{
}
Returns a value of type bool
Returns true if error messages are present otherwise false
public function hasErrorMessagesInMessageBag(): bool
{
}
Returns a value of type bool
Returns an array of all success messages
public function getSuccessMessagesFromMessageBag(): array
{
}
Returns a value of type array
Returns true if no success messages are present otherwise false
public function hasNoSuccessMessagesInMessageBag(): bool
{
}
Returns a value of type bool
Returns true if success messages are present otherwise false
public function hasSuccessMessagesInMessageBag(): bool
{
}
Returns a value of type bool
Returns all messages from message container
public function getAllMessagesFromMessageBag(): array
{
}
Returns a value of type array
Returns true if there are any messages in messagebag, otherwise false
public function getHasAnyMessageInMessageBag(): bool
{
}
Returns a value of type bool
(c) HorstOeko 2024..