Changeset 7

Show
Ignore:
Timestamp:
08/26/06 10:55:03 (2 years ago)
Author:
schst
Message:

Added TODO items, replaced double quotes with single quotes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/XJConf/definitions/TagDefinition.php

    r6 r7  
    288288                $this->constructor->addChildDefinition(new CDataDefinition()); 
    289289            } catch (Exception $e) { 
    290                 throw new ValueConversionException("Could not create constructor object", $e); 
     290                throw new ValueConversionException('Could not create constructor object', $e); 
    291291            } 
    292292        } 
     293 
     294        // TODO: Move this into the ValueConverter classes! 
    293295 
    294296        $conParams = array(); 
     
    323325     * @param   Tag    $tag 
    324326     * @throws  ValueConversionException 
     327     * @todo    Move this method to the ValueConverter classes, as it only applies to objects 
    325328     */ 
    326329    private function addAttributesToValue($instance, Tag $tag) 
     
    351354     * @param   Tag    $tag 
    352355     * @throws  ValueConversionException 
     356     * @todo    Move this method to the ValueConverter classes, as it only applies to objects 
    353357     */ 
    354358    private function addChildrenToValue($instance, Tag $tag)