Skip to content

Class ZugferdMailReader

HorstOeko edited this page Nov 24, 2024 · 8 revisions

Summary

Class representing the mail reader

Methods

__construct

Summary

Constructor

Signature

public function __construct(horstoeko\zugferdmail\config\ZugferdMailConfig $config): void
{
}

Parameters

Name Type Allows Null Description
config horstoeko\zugferdmail\config\ZugferdMailConfig

getAllAvailableRootFolders

Summary

List available folders for each defined account

Signature

public function getAllAvailableRootFolders(): array
{
}

Returns

Returns a value of type array

checkAllAccounts

Summary

Check all defined accounts

Signature

public function checkAllAccounts(): \ZugferdMailReader
{
}

Returns

Returns a value of type \ZugferdMailReader

getLogMessagesFromMessageBag

Summary

Returns an array of all log messages

Signature

public function getLogMessagesFromMessageBag(): array
{
}

Returns

Returns a value of type array

hasNoLogMessagesInMessageBag

Summary

Returns true if no log messages are present otherwise false

Signature

public function hasNoLogMessagesInMessageBag(): bool
{
}

Returns

Returns a value of type bool

hasLogMessagesInMessageBag

Summary

Returns true if log messages are present otherwise false

Signature

public function hasLogMessagesInMessageBag(): bool
{
}

Returns

Returns a value of type bool

getLogSecondaryMessagesFromMessageBag

Summary

Returns an array of all log messages

Signature

public function getLogSecondaryMessagesFromMessageBag(): array
{
}

Returns

Returns a value of type array

hasNoLogSecondaryMessagesInMessageBag

Summary

Returns true if no log messages are present otherwise false

Signature

public function hasNoLogSecondaryMessagesInMessageBag(): bool
{
}

Returns

Returns a value of type bool

hasLogSecondaryMessagesInMessageBag

Summary

Returns true if log messages are present otherwise false

Signature

public function hasLogSecondaryMessagesInMessageBag(): bool
{
}

Returns

Returns a value of type bool

getWarningMessagesFromMessageBag

Summary

Returns an array of all warning messages

Signature

public function getWarningMessagesFromMessageBag(): array
{
}

Returns

Returns a value of type array

hasNoWarningMessagesInMessageBag

Summary

Returns true if no warning messages are present otherwise false

Signature

public function hasNoWarningMessagesInMessageBag(): bool
{
}

Returns

Returns a value of type bool

hasWarningMessagesInMessageBag

Summary

Returns true if warning messages are present otherwise false

Signature

public function hasWarningMessagesInMessageBag(): bool
{
}

Returns

Returns a value of type bool

getErrorMessagesFromMessageBag

Summary

Returns an array of all error messages

Signature

public function getErrorMessagesFromMessageBag(): array
{
}

Returns

Returns a value of type array

hasNoErrorMessagesInMessageBag

Summary

Returns true if no error messages are present otherwise false

Signature

public function hasNoErrorMessagesInMessageBag(): bool
{
}

Returns

Returns a value of type bool

hasErrorMessagesInMessageBag

Summary

Returns true if error messages are present otherwise false

Signature

public function hasErrorMessagesInMessageBag(): bool
{
}

Returns

Returns a value of type bool

getSuccessMessagesFromMessageBag

Summary

Returns an array of all success messages

Signature

public function getSuccessMessagesFromMessageBag(): array
{
}

Returns

Returns a value of type array

hasNoSuccessMessagesInMessageBag

Summary

Returns true if no success messages are present otherwise false

Signature

public function hasNoSuccessMessagesInMessageBag(): bool
{
}

Returns

Returns a value of type bool

hasSuccessMessagesInMessageBag

Summary

Returns true if success messages are present otherwise false

Signature

public function hasSuccessMessagesInMessageBag(): bool
{
}

Returns

Returns a value of type bool

getAllMessagesFromMessageBag

Summary

Returns all messages from message container

Signature

public function getAllMessagesFromMessageBag(): array
{
}

Returns

Returns a value of type array

getHasAnyMessageInMessageBag

Summary

Returns true if there are any messages in messagebag, otherwise false

Signature

public function getHasAnyMessageInMessageBag(): bool
{
}

Returns

Returns a value of type bool

clearMessageBag

Summary

Clear the message bag

Signature

public function clearMessageBag(): static
{
}

Returns

Returns a value of type static

Clone this wiki locally