IntlTestHelper::require64Bit()

static require64Bit(PHPUnit_Framework_TestCase $testCase) Skips the test unless the current system has a 64bit architecture. Parameters PHPUnit_Framework_TestCase $testCase

MockArraySessionStorage::getBag()

SessionBagInterface getBag(string $name) Gets a SessionBagInterface by name. Parameters string $name Return Value SessionBagInterface Exceptions InvalidArgumentException If the bag does not exist

PropertyInfoExtractor::getProperties()

string[]|null getProperties(string $class, array $context = array()) Gets the list of properties available for the given class. Parameters string $class array $context Return Value string[]|null

DataTransformerChain::reverseTransform()

mixed reverseTransform(mixed $value) Passes the value through the reverseTransform() method of all nested transformers. The transformers receive the value in the reverse order as they were passed to the constructor. Each transformer receives the result of the previous transformer as input. The output of the last transformer is returned by this method. Parameters mixed $value The value in the transformed representation Return Value mixed The value in the original representation

Component\Serializer\Annotation

Classes Groups Annotation class for @Groups().

CompiledRoute::getHostRegex()

string|null getHostRegex() Returns the host regex. Return Value string|null The host regex or null

UploadedFile::getError()

int getError() Returns the upload error. If the upload was successful, the constant UPLOADERROK is returned. Otherwise one of the other UPLOADERRXXX constants is returned. Return Value int The upload error

ButtonBuilder::setAttribute()

FormConfigBuilderInterface setAttribute(string $name, mixed $value) Sets the value for an attribute. Parameters string $name The name of the attribute mixed $value The value of the attribute Return Value FormConfigBuilderInterface The configuration object

ClassMetadata::hasGroupSequence()

bool hasGroupSequence() Returns whether the "Default" group is overridden by a group sequence. If it is, you can access the group sequence with {@link getGroupSequence()}. Return Value bool Returns true if the "Default" group is overridden

ServiceReferenceGraphNode::getValue()

mixed getValue() Returns the value of this Node. Return Value mixed The value