-
Notifications
You must be signed in to change notification settings - Fork 0
Class ZugferdMailReader
Class representing the mail reader
Constructor
public function __construct(horstoeko\zugferdmail\config\ZugferdMailConfig $config): void
{
}
Name | Type | Allows Null | Description |
---|---|---|---|
config | horstoeko\zugferdmail\config\ZugferdMailConfig | ❌ |
List available folders for each defined account
public function getAllAvailableRootFolders(): array
{
}
Returns a value of type array
Check all defined accounts
public function checkAllAccounts(): \ZugferdMailReader
{
}
Returns a value of type \ZugferdMailReader
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
Clear the message bag
public function clearMessageBag(): static
{
}
Returns a value of type static
(c) HorstOeko 2024..