| 1 | <?php |
||
| 14 | class DefaultScopeConfigResolver extends ContainerConfigResolver |
||
| 15 | { |
||
| 16 | private const SCOPE_NAME = 'default'; |
||
| 17 | |||
| 18 | public function __construct(string $defaultNamespace) |
||
| 22 | |||
| 23 | public function hasParameter(string $paramName, ?string $namespace = null, ?string $scope = null): bool |
||
| 27 | |||
| 28 | public function getParameter(string $paramName, ?string $namespace = null, ?string $scope = null) |
||
| 32 | } |
||
| 33 |