Changeset 50
- Timestamp:
- 11/28/06 02:16:26 (2 years ago)
- Files:
-
- trunk/XJConf/definitions/AttributeDefinition.php (modified) (3 diffs)
- trunk/tests (added)
- trunk/tests/definitions (added)
- trunk/tests/definitions/AttributeDefinitionTestCase.php (added)
- trunk/tests/definitions/DefinitionsTestSuite.php (added)
- trunk/tests/run.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/XJConf/definitions/AttributeDefinition.php
r43 r50 9 9 'definitions.Definition', 10 10 'exceptions.MissingAttributeException', 11 'exceptions.XJConfException' 11 'exceptions.XJConfException', 12 'GenericTag' 12 13 ); 13 14 /** … … 119 120 * @return mixed concerted value 120 121 * @throws ValueConversionException 122 * @throws MissingAttributeException 121 123 */ 122 124 public function convertValue(Tag $tag) … … 278 280 * @return ValueConverter 279 281 */ 280 pr ivatefunction getValueConverter()282 protected function getValueConverter() 281 283 { 282 284 if (null == $this->valueConverter) {
