ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Value Object representing the current destination. More...
Public Member Functions | |
__construct ($destination) | |
equals (Destination $otherDestination) | |
__toString () | |
Private Attributes | |
$destination | |
Value Object representing the current destination.
Definition at line 10 of file Destination.php.
SAML2\Configuration\Destination::__construct | ( | $destination | ) |
string | $destination |
Definition at line 20 of file Destination.php.
References SAML2\Configuration\Destination\$destination, and SAML2\Exception\InvalidArgumentException\invalidType().
SAML2\Configuration\Destination::__toString | ( | ) |
Definition at line 39 of file Destination.php.
References SAML2\Configuration\Destination\$destination.
SAML2\Configuration\Destination::equals | ( | Destination | $otherDestination | ) |
\SAML2\Configuration\Destination | $otherDestination |
Definition at line 34 of file Destination.php.
|
private |
Definition at line 15 of file Destination.php.
Referenced by SAML2\Configuration\Destination\__construct(), and SAML2\Configuration\Destination\__toString().