You are here

constant TraversalStrategy::NONE in Plug 7

Specifies that a node's value should never be iterated.

File

lib/Symfony/validator/Symfony/Component/Validator/Mapping/TraversalStrategy.php, line 42

Class

TraversalStrategy
Specifies whether and how a traversable object should be traversed.

Namespace

Symfony\Component\Validator\Mapping

Code

const NONE = 2;