Show
Ignore:
Timestamp:
01/09/08 00:20:19 (1 year ago)
Author:
flack
Message:

unify bool/boolean to boolean in docblocks (php manual says this is the correct designator)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager/datamanager.php

    r14140 r14329  
    359359     * Creation mode flag 
    360360     * 
    361      * @var bool 
     361     * @var boolean 
    362362     * @access private 
    363363     */ 
     
    404404     * owner of the current lock; this variable is only valid if $_lock is an array. 
    405405     * 
    406      * @var bool 
     406     * @var boolean 
    407407     * @access private 
    408408     */ 
     
    587587     * @param object $object    The callback object containing the creation code. 
    588588     * @param string $callback  The method name that should be used to create the new object. 
    589      * @return bool Indicating success 
     589     * @return boolean Indicating success 
    590590     */ 
    591591    function init_creation_mode ($schema, &$object, $callback = "_dm_create_callback") { 
     
    620620     *        This is useful if you want to edit the same object with more then one schema. 
    621621     *        Can be omitted. 
    622      * @return bool   True on success, false on failure, errors go to the debug log. 
     622     * @return boolean        True on success, false on failure, errors go to the debug log. 
    623623     */ 
    624624    function init (&$storage, $schema = null) 
     
    645645     * @param string $schema    Do not autodetect the schema but use the one given here. 
    646646     *        This is useful if you want to edit the same object with more then one schema. 
    647      * @return bool   Indicating success 
     647     * @return boolean        Indicating success 
    648648     * @access private 
    649649     */ 
     
    18721872     * Calls midcom_update_nemein_rcs to update the Nemein RCS store if configured. 
    18731873     * 
    1874      * @return bool   Indicating success. 
     1874     * @return boolean        Indicating success. 
    18751875     * @see midcom_update_nemein_rcs() 
    18761876     * @access private 
     
    18941894     * of the separator or one of the two newline characters \n and \r will trigger 
    18951895     * quoting. In quoting mode, the entire string will be enclosed in double-quotes. 
    1896      * Any occurence of a double quote in the original string wille be transformed 
     1896     * Any occurence of a double quote in the original string will be transformed 
    18971897     * into two double quotes. Any leading or trailing whitespace around the data 
    18981898     * will be eliminated. 
     
    19271927     * otherwise. 
    19281928     * 
    1929      * @return bool   Indicating locking state. 
     1929     * @return boolean        Indicating locking state. 
    19301930     * @access private 
    19311931     */ 
     
    20042004     * this failed due to an existing lock. 
    20052005     * 
    2006      * @return bool Indicating success. 
     2006     * @return boolean Indicating success. 
    20072007     * @access private 
    20082008     */ 
     
    20832083     * successfully cleared. 
    20842084     * 
    2085      * @return bool Indicating success. 
     2085     * @return boolean Indicating success. 
    20862086     * @access private 
    20872087     */