1 | <?php |
||
17 | class PhpSetting extends File implements SourceFactoryInterface |
||
18 | { |
||
19 | /** |
||
20 | * PhpBrowscapIni constructor. |
||
21 | * |
||
22 | * @throws SourceConditionNotSatisfiedException |
||
23 | * @throws SourceUnavailableException |
||
24 | */ |
||
25 | public function __construct() |
||
37 | |||
38 | /** |
||
39 | * @return string |
||
40 | */ |
||
41 | protected function getIniPath() : string |
||
45 | } |
||
46 |