W3cubDocs

/Symfony 3.0

Symfony\Component\DependencyInjection\Parameter

class Parameter

Parameter represents a parameter reference.

Methods

__construct(string $id)

Constructor.

string __toString()

__toString.

Details

public __construct(string $id)

Constructor.

Parameters

string $id The parameter key

public string __toString()

__toString.

Return Value

string The parameter key

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/DependencyInjection/Parameter.html