You are here

public function SAML2_Response::getDestination in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

File

includes/Response.php, line 96

Class

SAML2_Response
Class for SAML2 Response messages.

Code

public function getDestination() {
  return $this->destination;
}