Collection::toArray()

Entry[] toArray() Return Value Entry[]

OrderedHashMap::offsetExists()

offsetExists($key) {@inheritdoc} Parameters $key

NumberFormatter::setTextAttribute()

bool setTextAttribute(int $attr, int $value) Not supported. Set a text attribute. Parameters int $attr An attribute specifier, one of the text attribute constants int $value The attribute value Return Value bool true on success or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/numberformatter.settextattribute.php

Definition::isLazy()

bool isLazy() Whether this service is lazy. Return Value bool

MutableAclInterface::updateObjectAce()

updateObjectAce(int $index, int $mask, string $strategy = null) Updates an object-based ACE Parameters int $index int $mask string $strategy if null the strategy should not be changed

Bundle\FrameworkBundle\Kernel

Classes MicroKernelTrait A Kernel that provides configuration hooks.

GenericEvent::hasArgument()

bool hasArgument(string $key) Has argument. Parameters string $key Key of arguments array Return Value bool

PropertyPathBuilder::getLength()

int getLength() Returns the length of the current path. Return Value int The path length

TokenStream::freeze()

TokenStream freeze() Freezes stream. Return Value TokenStream

DataTransformerChain

class DataTransformerChain implements DataTransformerInterface Passes a value through multiple value transformers. Methods __construct(array $transformers) Uses the given value transformers to transform values. mixed transform(mixed $value) Passes the value through the transform() method of all nested transformers. mixed reverseTransform(mixed $value) Passes the value through the reverseTransform() method of all nested transformers. DataTransformerInterface[] getTransforme