You are here

private property FieldPresenceEnhancer::$value in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony-cmf/routing/Enhancer/FieldPresenceEnhancer.php \Symfony\Cmf\Component\Routing\Enhancer\FieldPresenceEnhancer::value

Value to set the target field to.

Type: string

File

vendor/symfony-cmf/routing/Enhancer/FieldPresenceEnhancer.php, line 44

Class

FieldPresenceEnhancer
This enhancer sets a field to a fixed value. You can specify a source field name to only set the target field if the source is present.

Namespace

Symfony\Cmf\Component\Routing\Enhancer

Code

private $value;