checkAuthor not used anywhere

This commit is contained in:
Mikael Nordfeldth 2014-05-26 14:13:35 +02:00
parent 3c322abafc
commit fac102a50a
1 changed files with 0 additions and 13 deletions

View File

@ -217,19 +217,6 @@ class MagicEnvelope
}
}
/**
* Check if the author in the Atom entry fragment claims to match
* the given identifier URI.
*
* @param string $text string containing Atom entry XML
* @param string $signer_uri
* @return boolean
*/
public function checkAuthor($text, $signer_uri)
{
return ($this->getAuthor($text) == $signer_uri);
}
/**
* Attempt to verify cryptographic signing for parsed envelope data.
* Requires network access to retrieve public key referenced by the envelope signer.