Changeset 14624

Show
Ignore:
Timestamp:
01/24/08 21:53:34 (11 months ago)
Author:
flack
Message:

PHPdoc corrections

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom/core/privilege.php

    r14385 r14624  
    601601     * 
    602602     * @access private 
    603      * @param mixed $object A 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. 
    604604     * @param midcom_core_user $user The MidCOM user for which we should collect the privileges, null uses the currently authenticated user. 
    605605     * @return Array An array of privilege_name => privilege_value pairs valid for the given user. 
  • trunk/midcom/midcom.helper.datamanager2/datamanager.php

    r14601 r14624  
    156156     * as long as you work with the same schema. 
    157157     * 
    158      * @param mixed $object A reference to either a MidCOM DBA class or a subclass of 
     158     * @param mixed &$object A reference to either a MidCOM DBA class or a subclass of 
    159159     *     midcom_helper_datamanager2_storage. 
    160160     * @return boolean Indicating success. 
     
    237237     * @see set_schema() 
    238238     * @see set_storage() 
    239      * @param mixed $object A reference to either a MidCOM DBA class or a subclass of 
     239     * @param mixed &$object A reference to either a MidCOM DBA class or a subclass of 
    240240     *     midcom_helper_datamanager2_storage. 
    241241     * @param boolean $strict Whether we should strictly use only the schema given by object params 
  • trunk/midcom/org.maemo.gforgeprofileupdater/main.php

    r14329 r14624  
    198198     * Communicate profile updates to gforge server 
    199199     * 
    200      * @param mixed $object object 
     200     * @param mixed &$object object 
    201201     */ 
    202202    function updated(&$object)