Copied!

ApplicationConfigRestGeneratorRegistryInterface

ApplicationConfigRestGeneratorRegistryInterface.php : 11

Methods

publicgetGenerator()

ApplicationConfigRestGeneratorRegistryInterface.php : 17
public getGenerator(string $namespace, string $parameter) : ApplicationConfigRestGeneratorInterface

Parameters

Name Type Default value Description
$namespace string - -
$parameter string - -

Return values

ApplicationConfigRestGeneratorInterface

publicgetGenerators()

ApplicationConfigRestGeneratorRegistryInterface.php : 22
public getGenerators(string $namespace) : iterable<string|int, ApplicationConfigRestGeneratorInterface>

Parameters

Name Type Default value Description
$namespace string - -

Return values

iterable<string|int, ApplicationConfigRestGeneratorInterface>

publichasGenerator()

ApplicationConfigRestGeneratorRegistryInterface.php : 13
public hasGenerator(string $namespace, string $parameter) : bool

Parameters

Name Type Default value Description
$namespace string - -
$parameter string - -

Return values

bool

publichasGenerators()

ApplicationConfigRestGeneratorRegistryInterface.php : 15
public hasGenerators(string $namespace) : bool

Parameters

Name Type Default value Description
$namespace string - -

Return values

bool