Skip to content
Snippets Groups Projects
Commit dbf8d56d authored by Olav Morken's avatar Olav Morken
Browse files

Remove unused SimpleSAML_ModifiedInfo.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2538 44740490-163a-0410-bde0-09ae8108e29a
parent 9415ca38
No related branches found
No related tags found
No related merge requests found
<?php
/**
* The ModifiedInfo interface allows an object to export information about
* whether it has been modified since it was deserialized or not.
*/
interface SimpleSAML_ModifiedInfo {
/**
* This function is used to determine if this object has changed
* since it was deserialized.
*
* @return TRUE if it has changed, FALSE if not.
*/
public function isModified();
}
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment