| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class NodeList extends \SplDoublyLinkedList |
||
| 14 | { |
||
| 15 | /* @var null|int */ |
||
| 16 | public $type = null;//Y\LITT_FOLDED; |
||
| 17 | |||
| 18 | public function __construct() |
||
| 21 | } |
||
| 22 | |||
| 23 | // public function __debugInfo():array |
||
| 24 | // { |
||
| 25 | // return ['type' => Y::getName($this->type), "dllist" => $this->dllist]; |
||
| 26 | // } |
||
| 27 | |||
| 28 | // public static function __set_state($an_array) |
||
| 29 | // { |
||
| 30 | // $o = new stdClass; |
||
| 31 | // $o->type = Y::getName($this->type); |
||
| 32 | // return $o; |
||
| 33 | // } |
||
| 34 | |||
| 35 | public function getTypes():int |
||
| 44 |