From e74bbf7369e3759f6c51352c36a040f1a987d442 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 17 Jun 2014 17:42:30 +0000 Subject: [PATCH] Add initialize method in authorization git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1466 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- authorization.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/authorization.php b/authorization.php index de1c7b2..fc233a4 100644 --- a/authorization.php +++ b/authorization.php @@ -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 if the object doesn't exists, or is not readable, throw an exception @param string $object The object path to examine