Collator::compare()

bool|int compare(string $str1, string $str2) Not supported. Compare two Unicode strings. Parameters string $str1 The first string to compare string $str2 The second string to compare Return Value bool|int Return the comparison result or false on failure: 1 if $str1 is greater than $str2 0 if $str1 is equal than $str2 -1 if $str1 is less than $str2 Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.compare.php

IntlDateFormatter::parse()

string parse(string $value, int $position = null) Parse string to a timestamp value. Parameters string $value String to convert to a time value int $position Not supported. Position at which to start the parsing in $value (zero-based) If no error occurs before $value is consumed, $parsepos will contain -1 otherwise it will contain the position at which parsing ended. If $parsepos > strlen($value), the parse fails immediately. Return Value string Parsed value as a timestamp E

PhpFileDumper

class PhpFileDumper extends FileDumper PhpFileDumper generates PHP files from a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $domain, array $options = array(

GuardAuthenticatorHandler::handleAuthenticationFailure()

null|Response handleAuthenticationFailure(AuthenticationException $authenticationException, Request $request, GuardAuthenticatorInterface $guardAuthenticator, string $providerKey) Handles an authentication failure and returns the Response for the GuardAuthenticator. Parameters AuthenticationException $authenticationException Request $request GuardAuthenticatorInterface $guardAuthenticator string $providerKey The key of the firewall Return Value null|Response

LoggingTranslator::transChoice()

string transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = null) Translates the given choice message by choosing a translation according to a number. Parameters string $id The message id (may also be an object that can be cast to string) int $number The number to use to find the indice of the message array $parameters An array of parameters for the message string|null $domain The domain for the message or null to u

ParentNodeDefinitionInterface::append()

append(NodeDefinition $node) Parameters NodeDefinition $node

AjaxDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

NormalizableInterface

interface NormalizableInterface Defines the most basic interface a class must implement to be normalizable. If a normalizer is registered for the class and it doesn't implement the Normalizable interfaces, the normalizer will be used instead. Methods array|scalar normalize(NormalizerInterface $normalizer, string|null $format = null, array $context = array()) Normalizes the object into an array of scalars|arrays. Details array|scalar normalize(NormalizerInt

TestSessionListener

class TestSessionListener extends TestSessionListener TestSessionListener. Methods onKernelRequest(GetResponseEvent $event) from TestSessionListener onKernelResponse(FilterResponseEvent $event) Checks if session was initialized and saves if current request is master Runs on 'kernel.response' in test environment from TestSessionListener static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. from TestSessionListener __construct(C

BasicAuthenticationListener

class BasicAuthenticationListener implements ListenerInterface BasicAuthenticationListener implements Basic HTTP authentication. Methods __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, $providerKey, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterface $logger = null) handle(GetResponseEvent $event) Handles basic authentication. Details __construct(TokenStorageInterface $