|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilMailAddress. More...
Collaboration diagram for ilMailAddress: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 21 of file class.ilMailAddress.php.
| ilMailAddress::__toString | ( | ) |
Definition at line 62 of file class.ilMailAddress.php.
References getHost(), and getMailbox().
Here is the call graph for this function:| ilMailAddress::getHost | ( | ) |
Definition at line 46 of file class.ilMailAddress.php.
References $host.
Referenced by __toString(), ilMailAddressTest\testAddressShouldReturnMailboxAndHost(), and ilGroupNameAsMailValidator\validate().
Here is the caller graph for this function:| ilMailAddress::getMailbox | ( | ) |
Definition at line 54 of file class.ilMailAddress.php.
References $mailbox.
Referenced by __toString(), ilMailAddressTypeFactory\getByPrefix(), ilMailAddressTest\testAddressShouldReturnMailboxAndHost(), and ilGroupNameAsMailValidator\validate().
Here is the caller graph for this function:| ilMailAddress::setHost | ( | string | $host | ) |
| ilMailAddress::setMailbox | ( | string | $mailbox | ) |
| string | $mailbox |
Definition at line 38 of file class.ilMailAddress.php.
References $mailbox.
|
protected |
Definition at line 14 of file class.ilMailAddress.php.
Referenced by __construct(), getHost(), and setHost().
|
protected |
Definition at line 11 of file class.ilMailAddress.php.
Referenced by __construct(), getMailbox(), and setMailbox().