ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (protected string $mailbox, protected string $host) | |
setHost (string $host) | |
setMailbox (string $mailbox) | |
getHost () | |
getMailbox () | |
__toString () | |
Definition at line 21 of file class.ilMailAddress.php.
ilMailAddress::__construct | ( | protected string | $mailbox, |
protected string | $host | ||
) |
Definition at line 23 of file class.ilMailAddress.php.
ilMailAddress::__toString | ( | ) |
Definition at line 48 of file class.ilMailAddress.php.
References getHost(), and getMailbox().
ilMailAddress::getHost | ( | ) |
Definition at line 37 of file class.ilMailAddress.php.
Referenced by __toString(), ilMailAddressTest\testAddressShouldReturnMailboxAndHost(), and ilGroupNameAsMailValidator\validate().
ilMailAddress::getMailbox | ( | ) |
Definition at line 43 of file class.ilMailAddress.php.
Referenced by __toString(), ilMailAddressTypeFactory\getByPrefix(), ilMailAddressTest\testAddressShouldReturnMailboxAndHost(), and ilGroupNameAsMailValidator\validate().
ilMailAddress::setHost | ( | string | $host | ) |
Definition at line 27 of file class.ilMailAddress.php.
ilMailAddress::setMailbox | ( | string | $mailbox | ) |
Definition at line 32 of file class.ilMailAddress.php.