FormTypeCsrfExtension::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

InputInterface::setInteractive()

setInteractive(bool $interactive) Sets the input interactivity. Parameters bool $interactive If the input should be interactive

AcceptHeader

class AcceptHeader Represents an Accept-* header. An accept header is compound with a list of items, sorted by descending quality. Methods __construct(array $items) Constructor. static AcceptHeader fromString(string $headerValue) Builds an AcceptHeader instance from a string. string __toString() Returns header value's string representation. bool has(string $value) Tests if header has given value. AcceptHeaderItem|null get(string $value) Returns given value's item, if

PropertyDescriptionExtractorInterface::getLongDescription()

string|null getLongDescription(string $class, string $property, array $context = array()) Gets the long description of the property. Parameters string $class string $property array $context Return Value string|null

AcceptHeader::first()

AcceptHeaderItem|null first() Returns first item. Return Value AcceptHeaderItem|null

ProfilerListener

class ProfilerListener implements EventSubscriberInterface ProfilerListener collects data for the current request by listening to the kernel events. Methods __construct(Profiler $profiler, RequestStack $requestStack, RequestMatcherInterface $matcher = null, bool $onlyException = false, bool $onlyMasterRequests = false) Constructor. onKernelException(GetResponseForExceptionEvent $event) Handles the onKernelException event. onKernelResponse(FilterResponseEvent $event) Handles the

CodeHelper::getFileLink()

string getFileLink(string $file, int $line) Returns the link for a given file/line pair. Parameters string $file An absolute file path int $line The line number Return Value string A link of false

Pbkdf2PasswordEncoder::encodePassword()

string encodePassword(string $raw, string $salt) Encodes the raw password. Parameters string $raw The password to encode string $salt The salt Return Value string The encoded password

Session::migrate()

bool migrate(bool $destroy = false, int $lifetime = null) Migrates the current session to a new session id while maintaining all session attributes. Parameters bool $destroy Whether to delete the old session or leave it to garbage collection int $lifetime Sets the cookie lifetime for the session cookie. A null value will leave the system settings unchanged, 0 sets the cookie to expire with browser session. Time is in seconds, and is not a Unix timestamp. Return Value bool True

EntryManager

class EntryManager implements EntryManagerInterface Methods __construct(Connection $connection) add(Entry $entry) Adds a new entry in the Ldap server. update(Entry $entry) Updates an entry from the Ldap server. remove(Entry $entry) Removes an entry from the Ldap server. Details __construct(Connection $connection) Parameters Connection $connection add(Entry $entry) Adds a new entry in th