- Timestamp:
- 01/09/08 00:20:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/services/dbclassloader.php
r14179 r14329 250 250 * If this function completes successfully, all __xxx classes are loaded and present. 251 251 * 252 * @return bool Indicating success252 * @return boolean Indicating success 253 253 */ 254 254 function load_classes($component, $filename) … … 318 318 * 319 319 * @param Array $definition_list A reference to the definition list to verify. 320 * @return bool Indicating success320 * @return boolean Indicating success 321 321 */ 322 322 function _validate_class_definition_list(&$definition_list) … … 1090 1090 * 1091 1091 * @param object $object The object to check 1092 * @return bool true if this is a Legacy Midgard object, false otherwise.1092 * @return boolean true if this is a Legacy Midgard object, false otherwise. 1093 1093 */ 1094 1094 function is_legacy_midgard_object(&$object) … … 1147 1147 * 1148 1148 * @param object $object The object to check 1149 * @return bool true if this is a MgdSchema object, false otherwise.1149 * @return boolean true if this is a MgdSchema object, false otherwise. 1150 1150 */ 1151 1151 function is_mgdschema_object(&$object) … … 1194 1194 * 1195 1195 * @param string $classname The name of the MidCOM DBA class that must be available. 1196 * @return bool Indicating success. False is returned only if you are requesting unknown1196 * @return boolean Indicating success. False is returned only if you are requesting unknown 1197 1197 * classes and the like. Component loading failure will result in an HTTP 500, as 1198 1198 * always. … … 1232 1232 * 1233 1233 * @param object $object The object to check 1234 * @return bool true if this is a MidCOM Database object, false otherwise.1234 * @return boolean true if this is a MidCOM Database object, false otherwise. 1235 1235 */ 1236 1236 function is_midcom_db_object(&$object)
