|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilMailAddress. More...
Inheritance diagram for ilMailAddress:
Collaboration diagram for ilMailAddress:Public Member Functions | |
| __construct (protected string $mailbox, protected string $host) | |
| setHost (string $host) | |
| setMailbox (string $mailbox) | |
| getHost () | |
| getMailbox () | |
| __toString () | |
Class ilMailAddress.
Definition at line 25 of file class.ilMailAddress.php.
| ilMailAddress::__construct | ( | protected string | $mailbox, |
| protected string | $host | ||
| ) |
Definition at line 27 of file class.ilMailAddress.php.
| ilMailAddress::__toString | ( | ) |
Definition at line 52 of file class.ilMailAddress.php.
References getHost(), and getMailbox().
Here is the call graph for this function:| ilMailAddress::getHost | ( | ) |
Definition at line 41 of file class.ilMailAddress.php.
Referenced by __toString(), ilMailAddressTest\testAddressShouldReturnMailboxAndHost(), and ilGroupNameAsMailValidator\validate().
Here is the caller graph for this function:| ilMailAddress::getMailbox | ( | ) |
Definition at line 47 of file class.ilMailAddress.php.
Referenced by __toString(), ilMailAddressTypeFactory\getByPrefix(), ilMailAddressTest\testAddressShouldReturnMailboxAndHost(), and ilGroupNameAsMailValidator\validate().
Here is the caller graph for this function:| ilMailAddress::setHost | ( | string | $host | ) |
Definition at line 31 of file class.ilMailAddress.php.
| ilMailAddress::setMailbox | ( | string | $mailbox | ) |
Definition at line 36 of file class.ilMailAddress.php.