Bundle::getNamespace()

string getNamespace() Gets the Bundle namespace. Return Value string The Bundle namespace

ScopeInterface deprecated::getParentName()

getParentName()

CallbackValidator

class CallbackValidator extends ConstraintValidator Validator for Callback constraint. Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate($object, Constraint $constraint) Checks if the passed value is valid. Details

Process::getExitCodeText()

null|string getExitCodeText() Returns a string representation for the exit code returned by the process. This method relies on the Unix exit code status standardization and might not be relevant for other operating systems. Return Value null|string A string representation for the exit status code, null if the Process is not terminated See also http://tldp.org/LDP/abs/html/exitcodes.html http://en.wikipedia.org/wiki/Unix_signal

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

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