|
ILIAS
release_8 Revision v8.24
|
Class ilMailAddress. More...
Collaboration diagram for ilMailAddress:Public Member Functions | |
| __construct (string $mailbox, string $host) | |
| setHost (string $host) | |
| setMailbox (string $mailbox) | |
| getHost () | |
| getMailbox () | |
| __toString () | |
Protected Attributes | |
| string | $mailbox = '' |
| string | $host = '' |
Class ilMailAddress.
Definition at line 25 of file class.ilMailAddress.php.
| ilMailAddress::__construct | ( | string | $mailbox, |
| string | $host | ||
| ) |
Definition at line 30 of file class.ilMailAddress.php.
| ilMailAddress::__toString | ( | ) |
Definition at line 57 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 52 of file class.ilMailAddress.php.
References $mailbox.
Referenced by __toString(), ilMailAddressTypeFactory\getByPrefix(), ilMailLoginOrEmailAddressAddressType\resolve(), ilMailAddressTest\testAddressShouldReturnMailboxAndHost(), and ilGroupNameAsMailValidator\validate().
Here is the caller graph for this function:| ilMailAddress::setHost | ( | string | $host | ) |
Definition at line 36 of file class.ilMailAddress.php.
References $host.
| ilMailAddress::setMailbox | ( | string | $mailbox | ) |
Definition at line 41 of file class.ilMailAddress.php.
References $mailbox.
|
protected |
Definition at line 28 of file class.ilMailAddress.php.
Referenced by __construct(), getHost(), and setHost().
|
protected |
Definition at line 27 of file class.ilMailAddress.php.
Referenced by __construct(), getMailbox(), and setMailbox().