function param
Creates a parameter.
5 string references to 'param'
- core.data_types.schema.yml in core/
config/ schema/ core.data_types.schema.yml - core/config/schema/core.data_types.schema.yml
- DocBlockFactory::createInstance in vendor/
phpdocumentor/ reflection-docblock/ src/ DocBlockFactory.php - Factory method for easy instantiation.
- Param::getType in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Param.php - Gets the type of the node.
- Param::__construct in vendor/
phpdocumentor/ reflection-docblock/ src/ DocBlock/ Tags/ Param.php - ParamFactory::create in vendor/
phpdocumentor/ reflection-docblock/ src/ DocBlock/ Tags/ Factory/ ParamFactory.php
File
-
vendor/
symfony/ dependency-injection/ Loader/ Configurator/ ContainerConfigurator.php, line 101
Namespace
Symfony\Component\DependencyInjection\Loader\ConfiguratorCode
function param(string $name) : ParamConfigurator {
return new ParamConfigurator($name);
}