ILIAS
release_8 Revision v8.19
|
Class ilMailAddress. More...
Public Member Functions | |
__construct (string $mailbox, string $host) | |
setHost (string $host) | |
setMailbox (string $mailbox) | |
getHost () | |
getMailbox () | |
__toString () | |
Protected Attributes | |
string | $mailbox = '' |
string | $host = '' |
Class ilMailAddress.
Definition at line 25 of file class.ilMailAddress.php.
ilMailAddress::__construct | ( | string | $mailbox, |
string | $host | ||
) |
ilMailAddress::__toString | ( | ) |
Definition at line 57 of file class.ilMailAddress.php.
References getHost(), and getMailbox().
ilMailAddress::getHost | ( | ) |
Definition at line 46 of file class.ilMailAddress.php.
References $host.
Referenced by __toString(), ilMailAddressTest\testAddressShouldReturnMailboxAndHost(), and ilGroupNameAsMailValidator\validate().
ilMailAddress::getMailbox | ( | ) |
Definition at line 52 of file class.ilMailAddress.php.
References $mailbox.
Referenced by __toString(), ilMailAddressTypeFactory\getByPrefix(), ilMailLoginOrEmailAddressAddressType\resolve(), ilMailAddressTest\testAddressShouldReturnMailboxAndHost(), and ilGroupNameAsMailValidator\validate().
ilMailAddress::setHost | ( | string | $host | ) |
ilMailAddress::setMailbox | ( | string | $mailbox | ) |
|
protected |
Definition at line 28 of file class.ilMailAddress.php.
Referenced by __construct(), getHost(), and setHost().
|
protected |
Definition at line 27 of file class.ilMailAddress.php.
Referenced by __construct(), getMailbox(), and setMailbox().