1 | <?php |
||
5 | class PhpReservedKeywords extends AbstractReservedKeywords |
||
6 | { |
||
7 | /** |
||
8 | * @throws \InvalidArgumentException |
||
9 | * @param string options's file to parse |
||
10 | * @return PhpReservedKeywords |
||
11 | */ |
||
12 | public static function instance($filename = null) |
||
16 | /** |
||
17 | * @return string |
||
18 | */ |
||
19 | public static function getDefaultConfigurationPath() |
||
23 | } |
||
24 |