| 1 | <?php |
||
| 11 | class GlobalScopeConfigResolver extends ContainerConfigResolver |
||
| 12 | { |
||
| 13 | private const SCOPE_NAME = 'global'; |
||
| 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 | } |