| Total Complexity | 4 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class NodeList extends \SplDoublyLinkedList |
||
| 13 | { |
||
| 14 | /* @var null|int */ |
||
| 15 | public $type = null; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * NodeList constructor |
||
| 19 | */ |
||
| 20 | public function __construct() |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Gets the types of the elements in this NodeList |
||
| 27 | * |
||
| 28 | * @return integer The &-sum of all the types. |
||
| 29 | */ |
||
| 30 | public function getTypes():int |
||
| 37 | } |
||
| 38 | |||
| 39 | public function __debugInfo() |
||
| 44 |