Changeset 14624
- Timestamp:
- 01/24/08 21:53:34 (11 months ago)
- Files:
-
- trunk/midcom/midcom.core/midcom/core/privilege.php (modified) (1 diff)
- trunk/midcom/midcom.helper.datamanager2/datamanager.php (modified) (2 diffs)
- trunk/midcom/org.maemo.gforgeprofileupdater/main.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/core/privilege.php
r14385 r14624 601 601 * 602 602 * @access private 603 * @param mixed $objectA reference to the GUID or the full object instance for which we should load privileges.603 * @param mixed &$arg A reference to the GUID or the full object instance for which we should load privileges. 604 604 * @param midcom_core_user $user The MidCOM user for which we should collect the privileges, null uses the currently authenticated user. 605 605 * @return Array An array of privilege_name => privilege_value pairs valid for the given user. trunk/midcom/midcom.helper.datamanager2/datamanager.php
r14601 r14624 156 156 * as long as you work with the same schema. 157 157 * 158 * @param mixed $object A reference to either a MidCOM DBA class or a subclass of158 * @param mixed &$object A reference to either a MidCOM DBA class or a subclass of 159 159 * midcom_helper_datamanager2_storage. 160 160 * @return boolean Indicating success. … … 237 237 * @see set_schema() 238 238 * @see set_storage() 239 * @param mixed $object A reference to either a MidCOM DBA class or a subclass of239 * @param mixed &$object A reference to either a MidCOM DBA class or a subclass of 240 240 * midcom_helper_datamanager2_storage. 241 241 * @param boolean $strict Whether we should strictly use only the schema given by object params trunk/midcom/org.maemo.gforgeprofileupdater/main.php
r14329 r14624 198 198 * Communicate profile updates to gforge server 199 199 * 200 * @param mixed $object object200 * @param mixed &$object object 201 201 */ 202 202 function updated(&$object)
