SAML2\SignedElementHelper::getCertificates PHP Method

getCertificates() public method

Retrieve the certificates that are included in the message.
public getCertificates ( ) : array
return array An array of certificates.
    public function getCertificates()
    {
        return $this->certificates;
    }