XmlDescriptor::getApplicationDocument()

DOMDocument getApplicationDocument(Application $application, string|null $namespace = null) Parameters Application $application string|null $namespace Return Value DOMDocument

PersistentTokenBasedRememberMeServices

class PersistentTokenBasedRememberMeServices extends AbstractRememberMeServices Concrete implementation of the RememberMeServicesInterface which needs an implementation of TokenProviderInterface for providing remember-me capabilities. Constants COOKIE_DELIMITER Methods __construct(array $userProviders, string $secret, string $providerKey, array $options = array(), LoggerInterface $logger = null) Constructor. from AbstractRememberMeServices string getRememberMeParameter() Return

ExecutionContextInterface deprecated::getValue()

mixed getValue() Returns the value that the validator is currently validating. If you want to retrieve the object that was originally passed to the validator, use {@link getRoot}. Return Value mixed The currently validated value.

CsrfValidationListener::preSubmit()

preSubmit(FormEvent $event) Parameters FormEvent $event

FunctionExtension::translateNthChild()

XPathExpr translateNthChild(XPathExpr $xpath, FunctionNode $function, bool $last = false, bool $addNameTest = true) Parameters XPathExpr $xpath FunctionNode $function bool $last bool $addNameTest Return Value XPathExpr Exceptions ExpressionErrorException

Command

class Command extends PHPUnit_TextUI_Command {@inheritdoc}

Serializer::encode()

final scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given format. Parameters mixed $data Data to encode string $format Format name array $context options that normalizers/encoders have access to. Return Value scalar Exceptions UnexpectedValueException

Expression::renderPattern()

string renderPattern() Renders string representation of pattern. Return Value string

AbstractObjectNormalizer::normalize()

array|scalar normalize(object $object, string $format = null, array $context = array()) Normalizes an object into a set of arrays/scalars. Parameters object $object object to normalize string $format format the normalization result will be encoded as array $context Context options for the normalizer Return Value array|scalar

ConsoleHandler::onCommand()

onCommand(ConsoleCommandEvent $event) Before a command is executed, the handler gets activated and the console output is set in order to know where to write the logs. Parameters ConsoleCommandEvent $event