CacheInterface::read()

ClassMetadata|false read(string $class) Returns the metadata for the given class from the cache. Parameters string $class Class Name Return Value ClassMetadata|false A ClassMetadata instance or false on miss

ValidationVisitor deprecated::getRoot()

mixed getRoot() Returns the value at which validation was started in the object graph. Return Value mixed The root value.

CurrencyBundleTransformationRule::getBundleName()

string getBundleName() Returns the name of the compiled resource bundle. Return Value string The name of the bundle.

Reader::getPosition()

int getPosition() Return Value int

Data::withMaxDepth()

Data withMaxDepth(int $maxDepth) Returns a depth limited clone of $this. Parameters int $maxDepth The max dumped depth level Return Value Data A clone of $this

Output::isVeryVerbose()

bool isVeryVerbose() Returns whether verbosity is very verbose (-vv). Return Value bool true if verbosity is set to VERBOSITYVERYVERBOSE, false otherwise

Component\Validator\Context

Classes ExecutionContext The context used and created by {@link ExecutionContextFactory}. ExecutionContextFactory Creates new {@link ExecutionContext} instances. LegacyExecutionContext deprecated An execution context that is compatible with the legacy API (< 2.5). LegacyExecutionContextFactory deprecated Creates new {@link LegacyExecutionContext} instances. Interfaces ExecutionContextFactoryInterface Creates instances of {@link ExecutionContextInterface}. ExecutionCont

CascadingStrategy

class CascadingStrategy Specifies whether an object should be cascaded. Cascading is relevant for any node type but class nodes. If such a node contains an object of value, and if cascading is enabled, then the node traverser will try to find class metadata for that object and validate the object against that metadata. If no metadata is found for a cascaded object, and if that object implements {@link \Traversable}, the node traverser will iterate over the object and cascade each object or c

Hour1200Transformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

AclInterface::getObjectIdentity()

ObjectIdentityInterface getObjectIdentity() Returns the object identity associated with this ACL Return Value ObjectIdentityInterface