Add initialize method in authorization

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1466 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-06-17 17:42:30 +00:00
parent 971335fe5d
commit e74bbf7369

View File

@@ -15,6 +15,11 @@ class authorization
{ {
} }
/** Create the structure to store the authorization database */
public function initialize ()
{
}
/** Return if the user right is NONE, READ, WRITE, EXECUTE /** Return if the user right is NONE, READ, WRITE, EXECUTE
if the object doesn't exists, or is not readable, throw an exception if the object doesn't exists, or is not readable, throw an exception
@param string $object The object path to examine @param string $object The object path to examine