Changeset 7
- Timestamp:
- 08/26/06 10:55:03 (2 years ago)
- Files:
-
- trunk/XJConf/definitions/TagDefinition.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/XJConf/definitions/TagDefinition.php
r6 r7 288 288 $this->constructor->addChildDefinition(new CDataDefinition()); 289 289 } catch (Exception $e) { 290 throw new ValueConversionException( "Could not create constructor object", $e);290 throw new ValueConversionException('Could not create constructor object', $e); 291 291 } 292 292 } 293 294 // TODO: Move this into the ValueConverter classes! 293 295 294 296 $conParams = array(); … … 323 325 * @param Tag $tag 324 326 * @throws ValueConversionException 327 * @todo Move this method to the ValueConverter classes, as it only applies to objects 325 328 */ 326 329 private function addAttributesToValue($instance, Tag $tag) … … 351 354 * @param Tag $tag 352 355 * @throws ValueConversionException 356 * @todo Move this method to the ValueConverter classes, as it only applies to objects 353 357 */ 354 358 private function addChildrenToValue($instance, Tag $tag)
