CombinationExtension::translateIndirectAdjacent()

XPathExpr translateIndirectAdjacent(XPathExpr $xpath, XPathExpr $combinedXpath) Parameters XPathExpr $xpath XPathExpr $combinedXpath Return Value XPathExpr

JsonDescriptor

class JsonDescriptor extends Descriptor JSON descriptor. Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. from Descriptor Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

Definition::removeAutowiringType()

Definition removeAutowiringType(string $type) Removes a type. Parameters string $type Return Value Definition The current instance

AcceptHeaderItem::getQuality()

float getQuality() Returns the item quality. Return Value float

Locale::parseLocale()

static array parseLocale(string $locale) Not supported. Returns an associative array of locale identifier subtags. Parameters string $locale The locale code to extract the subtag array from Return Value array Associative array with the extracted subtags Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.parselocale.php

RemoteUserFactory::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string

ApacheRequest

class ApacheRequest extends Request Request represents an HTTP request from an Apache server. Constants HEADER_CLIENT_IP HEADER_CLIENT_HOST HEADER_CLIENT_PROTO HEADER_CLIENT_PORT Properties ParameterBag $attributes Custom parameters from Request ParameterBag $request Request body parameters ($_POST) from Request ParameterBag $query Query string parameters ($_GET) from Request ServerBag $server Server and execution environment parameters ($_SERVER) from Request Fil

FormInterface::getPropertyPath()

PropertyPathInterface getPropertyPath() Returns the property path that the form is mapped to. Return Value PropertyPathInterface The property path

CacheWarmupCommand

class CacheWarmupCommand extends ContainerAwareCommand Warmup the cache. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command Application getApplicatio

HttpCache

class HttpCache implements HttpKernelInterface, TerminableInterface Cache provides HTTP caching. Methods __construct(HttpKernelInterface $kernel, StoreInterface $store, SurrogateInterface $surrogate = null, array $options = array()) Constructor. StoreInterface getStore() Gets the current store. array getTraces() Returns an array of events that took place during processing of the last request. string getLog() Returns a log message for the events of the last request processi