| Total Complexity | 7 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class ElementFactory extends AbstractElement |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Creates an instance of an element |
||
| 24 | * |
||
| 25 | * @param string $node_name |
||
| 26 | * @param array $attributes |
||
| 27 | * @param array $elements |
||
| 28 | * |
||
| 29 | * @return AbstractElement |
||
| 30 | */ |
||
| 31 | public static function create($node_name, Array $attributes = null, Array $elements = null) |
||
| 60 | } |
||
| 61 | } |