DOMCaster::castEntity()

static castEntity(DOMEntity $dom, array $a, Stub $stub, $isNested) Parameters DOMEntity $dom array $a Stub $stub $isNested

CodeExtension::formatArgsAsText()

string formatArgsAsText(array $args) Formats an array as a string. Parameters array $args The argument array Return Value string

Collator::getAttribute()

bool|int getAttribute(int $attr) Not supported. Get a value of an integer collator attribute. Parameters int $attr An attribute specifier, one of the attribute constants Return Value bool|int The attribute value on success or false on error Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.getattribute.php

ProfilerListener::onKernelTerminate()

onKernelTerminate(PostResponseEvent $event) Parameters PostResponseEvent $event

AclInterface::getObjectIdentity()

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

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

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

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

Output::isVeryVerbose()

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

LanguageBundleTransformationRule::afterCompile()

afterCompile(CompilationContextInterface $context) Runs instructions to be executed after compiling the sources of the resource bundle. Parameters CompilationContextInterface $context The contextual information of the compilation.