1 | <?php |
||
11 | class DefaultScopeConfigResolver extends ContainerConfigResolver |
||
12 | { |
||
13 | private const SCOPE_NAME = 'default'; |
||
14 | |||
15 | public function __construct(string $defaultNamespace) |
||
19 | |||
20 | public function hasParameter(string $paramName, ?string $namespace = null, ?string $scope = null): bool |
||
24 | |||
25 | public function getParameter(string $paramName, ?string $namespace = null, ?string $scope = null) |
||
29 | } |