RequestStack::getCurrentRequest()

Request|null getCurrentRequest() Return Value Request|null

PackageInterface::getVersion()

string getVersion(string $path) Returns the asset version for an asset. Parameters string $path A path Return Value string The version string

AclVoter::supportsAttribute()

bool supportsAttribute(string $attribute) Checks if the voter supports the given attribute. Parameters string $attribute An attribute Return Value bool true if this Voter supports the attribute, false otherwise

FormConfigBuilder::resetModelTransformers()

FormConfigBuilderInterface resetModelTransformers() Clears the normalization transformers. Return Value FormConfigBuilderInterface The configuration object

DeprecationErrorHandler deprecated::handleBC()

static handleBC($errorNumber, $message, $file, $line, $context) Parameters $errorNumber $message $file $line $context

NoSuchPropertyException

class NoSuchPropertyException extends AccessException Thrown when a property cannot be found.

VersionStrategyInterface::applyVersion()

string applyVersion(string $path) Applies version to the supplied path. Parameters string $path A path Return Value string The versionized path

ApcUniversalClassLoader deprecated

class ApcUniversalClassLoader extends UniversalClassLoader deprecated since version 2.4, to be removed in 3.0. Use the {@link ClassLoader} class instead. ApcUniversalClassLoader implements a "universal" autoloader cached in APC for PHP 5.3. It is able to load classes that use either: The technical interoperability standards for PHP 5.3 namespaces and class names (https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md); The PEAR naming convention for classes (http://pear.p

DecoderInterface::supportsDecoding()

bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format. Parameters string $format format name Return Value bool

Crawler::addDocument()

addDocument(DOMDocument $dom) Adds a \DOMDocument to the list of nodes. Parameters DOMDocument $dom A \DOMDocument instance