ConnectionOptions::getOptionName()

static getOptionName($name) Parameters $name

Response::setClientTtl()

Response setClientTtl(int $seconds) Sets the response's time-to-live for private/client caches. This method adjusts the Cache-Control/max-age directive. Parameters int $seconds Number of seconds Return Value Response

RouteCollection::count()

int count() Gets the number of Routes in this collection. Return Value int The number of routes

ArrayInput::getFirstArgument()

string getFirstArgument() Returns the first argument from the raw parameters (not parsed). Return Value string The value of the first argument or null otherwise

UnsupportedMediaTypeHttpException

class UnsupportedMediaTypeHttpException extends HttpException UnsupportedMediaTypeHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous

FormInterface::getName()

string getName() Returns the name by which the form is identified in forms. Return Value string The name of the form

ResolvedFormTypeInterface::getOptionsResolver()

OptionsResolver getOptionsResolver() Returns the configured options resolver used for this type. Return Value OptionsResolver The options resolver

TemplateReference::getPath()

string getPath() Returns the path to the template - as a path when the template is not part of a bundle - as a resource when the template is part of a bundle. Return Value string A path to the template or a resource

ChannelListener

class ChannelListener implements ListenerInterface ChannelListener switches the HTTP protocol based on the access control configuration. Methods __construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterface $logger = null) handle(GetResponseEvent $event) Handles channel management. Details __construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterf

Bridge\Doctrine\DependencyInjection\Security\UserProvider

Classes EntityFactory EntityFactory creates services for Doctrine user provider.