@@ -33,13 +33,13 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | abstract class AnyType |
| 35 | 35 | { |
| 36 | - /** |
|
| 37 | - * |
|
| 38 | - * Add attribute to the given element. |
|
| 39 | - * |
|
| 40 | - * The data type are responsible to add the given attribute, content child |
|
| 41 | - * to the Element. |
|
| 42 | - * |
|
| 43 | - */ |
|
| 36 | + /** |
|
| 37 | + * |
|
| 38 | + * Add attribute to the given element. |
|
| 39 | + * |
|
| 40 | + * The data type are responsible to add the given attribute, content child |
|
| 41 | + * to the Element. |
|
| 42 | + * |
|
| 43 | + */ |
|
| 44 | 44 | abstract public function setValueToElement(\DOMElement &$el, \DOMDocument $doc = null); |
| 45 | 45 | } |