1 | <?php |
||
7 | class Index extends Definition\Item { |
||
8 | |||
9 | protected $type = null; |
||
10 | |||
11 | # Get type |
||
12 | |||
13 | private function getType(string $value) { |
||
19 | |||
20 | # Constructor |
||
21 | |||
22 | public function __construct(string $name, string $type = null) { |
||
28 | |||
29 | # Get statement |
||
30 | |||
31 | public function statement() { |
||
37 | } |
||
38 | } |
||
39 |