Add Profile::FETCH_ALL
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 15 Mar 2010 14:00:11 +0000 (15:00 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 22 Mar 2010 12:47:18 +0000 (13:47 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/profile.php

index ae6b197..ac6223e 100644 (file)
@@ -91,6 +91,8 @@ class Profile
     const FETCH_PHONES     = 0x00040;
     const FETCH_PHOTO      = 0x00080;
 
+    const FETCH_ALL        = 0x000FF;
+
     private $pid;
     private $hrpid;
     private $data = array();