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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user