| 1 | <?php |
||
| 5 | class StructArrayReservedMethod extends StructReservedMethod |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @param string $filename |
||
| 9 | */ |
||
| 10 | protected function __construct($filename) |
||
| 15 | /** |
||
| 16 | * @throws \InvalidArgumentException |
||
| 17 | * @param string options's file to parse |
||
| 18 | * @return StructArrayReservedMethod |
||
| 19 | */ |
||
| 20 | public static function instance($filename = null) |
||
| 24 | /** |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public static function getDefaultArrayConfigurationPath() |
||
| 31 | } |
||
| 32 |