NullSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

ChoiceType::buildForm()

buildForm(FormBuilderInterface $builder, array $options) Builds the form. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the form. Parameters FormBuilderInterface $builder The form builder array $options The options

Image

class Image extends AbstractUriElement Image represents an HTML image (an HTML img tag). Methods __construct(DOMElement $node, string $currentUri) DOMElement getNode() Gets the node associated with this link. from AbstractUriElement string getMethod() Gets the method associated with this link. from AbstractUriElement string getUri() Gets the URI associated with this link. from AbstractUriElement Details __construct(DOMElement $node, string $c

ArrayAdapter::deleteItems()

deleteItems(array $keys) {@inheritdoc} Parameters array $keys

GuardAuthenticationProvider::supports()

bool supports(TokenInterface $token) Checks whether this provider supports the given token. Parameters TokenInterface $token A TokenInterface instance Return Value bool true if the implementation supports the Token, false otherwise

TwigDataCollector

class TwigDataCollector extends DataCollector implements LateDataCollectorInterface TwigDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector __construct(Twig_Profiler_Profile $profile) collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. lateCollect() Collects data as late as possible. getTime() getTemplateCount() getTemplates() getBlo

Unescaper::unescapeDoubleQuotedString()

string unescapeDoubleQuotedString(string $value) Unescapes a double quoted string. Parameters string $value A double quoted string Return Value string The unescaped string

ApcClassLoader

class ApcClassLoader ApcClassLoader implements a wrapping autoloader cached in APC for PHP 5.3. It expects an object implementing a findFile method to find the file. This allows using it as a wrapper around the other loaders of the component (the ClassLoader for instance) but also around any other autoloaders following this convention (the Composer one for instance). // with a Symfony autoloader use Symfony\Component\ClassLoader\ClassLoader; $loader = new ClassLoader(); $loader->addPrefi

Token::isWhitespace()

bool isWhitespace() Return Value bool

InteractiveLoginEvent::getRequest()

Request getRequest() Gets the request. Return Value Request A Request instance