| 1 | <?php |
||
| 16 | class Ini extends AbstractFileParser |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * {@inheritDoc} |
||
| 20 | * Parses an INI file as an array |
||
| 21 | * |
||
| 22 | * @throws ParseException If there is an error parsing INI file |
||
| 23 | * @since 0.1 |
||
| 24 | */ |
||
| 25 | public function parse($path) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritDoc} |
||
| 40 | * @since 0.1 |
||
| 41 | */ |
||
| 42 | public function load($overwrite = false, $cache = true) |
||
| 46 | |||
| 47 | /** |
||
| 48 | * {@inheritDoc} |
||
| 49 | * @since 0.1 |
||
| 50 | */ |
||
| 51 | public function group() |
||
| 55 | |||
| 56 | /** |
||
| 57 | * {@inheritDoc} |
||
| 58 | * @since 0.1 |
||
| 59 | */ |
||
| 60 | public function getSupportedFileExtensions() |
||
| 64 | } |
||
| 65 | |||
| 67 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.