Changeset 14329 for trunk/midcom/midcom.helper.datamanager/datamanager.php
- Timestamp:
- 01/09/08 00:20:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager/datamanager.php
r14140 r14329 359 359 * Creation mode flag 360 360 * 361 * @var bool 361 * @var boolean 362 362 * @access private 363 363 */ … … 404 404 * owner of the current lock; this variable is only valid if $_lock is an array. 405 405 * 406 * @var bool 406 * @var boolean 407 407 * @access private 408 408 */ … … 587 587 * @param object $object The callback object containing the creation code. 588 588 * @param string $callback The method name that should be used to create the new object. 589 * @return bool Indicating success589 * @return boolean Indicating success 590 590 */ 591 591 function init_creation_mode ($schema, &$object, $callback = "_dm_create_callback") { … … 620 620 * This is useful if you want to edit the same object with more then one schema. 621 621 * 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. 623 623 */ 624 624 function init (&$storage, $schema = null) … … 645 645 * @param string $schema Do not autodetect the schema but use the one given here. 646 646 * This is useful if you want to edit the same object with more then one schema. 647 * @return bool Indicating success647 * @return boolean Indicating success 648 648 * @access private 649 649 */ … … 1872 1872 * Calls midcom_update_nemein_rcs to update the Nemein RCS store if configured. 1873 1873 * 1874 * @return bool Indicating success.1874 * @return boolean Indicating success. 1875 1875 * @see midcom_update_nemein_rcs() 1876 1876 * @access private … … 1894 1894 * of the separator or one of the two newline characters \n and \r will trigger 1895 1895 * quoting. In quoting mode, the entire string will be enclosed in double-quotes. 1896 * Any occurence of a double quote in the original string will ebe transformed1896 * Any occurence of a double quote in the original string will be transformed 1897 1897 * into two double quotes. Any leading or trailing whitespace around the data 1898 1898 * will be eliminated. … … 1927 1927 * otherwise. 1928 1928 * 1929 * @return bool Indicating locking state.1929 * @return boolean Indicating locking state. 1930 1930 * @access private 1931 1931 */ … … 2004 2004 * this failed due to an existing lock. 2005 2005 * 2006 * @return bool Indicating success.2006 * @return boolean Indicating success. 2007 2007 * @access private 2008 2008 */ … … 2083 2083 * successfully cleared. 2084 2084 * 2085 * @return bool Indicating success.2085 * @return boolean Indicating success. 2086 2086 * @access private 2087 2087 */
