|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 () | |
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().
Here is the call graph for this function:| ilMailAddress::getHost | ( | ) |
Definition at line 37 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 43 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 27 of file class.ilMailAddress.php.
| ilMailAddress::setMailbox | ( | string | $mailbox | ) |
Definition at line 32 of file class.ilMailAddress.php.