ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilMailAddress. More...
Public Member Functions | |
__construct (string $mailbox, string $host) | |
ilMailAddress constructor. More... | |
setHost (string $host) | |
setMailbox (string $mailbox) | |
getHost () | |
getMailbox () | |
__toString () | |
Protected Attributes | |
$mailbox = '' | |
$host = '' | |
Class ilMailAddress.
Definition at line 8 of file class.ilMailAddress.php.
ilMailAddress::__construct | ( | string | $mailbox, |
string | $host | ||
) |
ilMailAddress constructor.
string | $mailbox | |
string | $host |
Definition at line 25 of file class.ilMailAddress.php.
References $host, and $mailbox.
ilMailAddress::__toString | ( | ) |
Definition at line 66 of file class.ilMailAddress.php.
References getHost(), and getMailbox().
ilMailAddress::getHost | ( | ) |
Definition at line 50 of file class.ilMailAddress.php.
References $host.
Referenced by __toString(), ilMailAddressTest\testAddressShouldReturnMailboxAndHost(), and ilGroupNameAsMailValidator\validate().
ilMailAddress::getMailbox | ( | ) |
Definition at line 58 of file class.ilMailAddress.php.
References $mailbox.
Referenced by __toString(), ilMailAddressTypeFactory\getByPrefix(), ilMailAddressTest\testAddressShouldReturnMailboxAndHost(), and ilGroupNameAsMailValidator\validate().
ilMailAddress::setHost | ( | string | $host | ) |
ilMailAddress::setMailbox | ( | string | $mailbox | ) |
string | $mailbox |
Definition at line 42 of file class.ilMailAddress.php.
References $mailbox.
|
protected |
Definition at line 18 of file class.ilMailAddress.php.
Referenced by __construct(), getHost(), and setHost().
|
protected |
Definition at line 13 of file class.ilMailAddress.php.
Referenced by __construct(), getMailbox(), and setMailbox().