Bridge\Doctrine\ExpressionLanguage

Classes DoctrineParserCache

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

ResetType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

BindRequestListener deprecated

class BindRequestListener implements EventSubscriberInterface deprecated since version 2.3, to be removed in 3.0. Pass the Request instance to {@link \Symfony\Component\Form\Form::handleRequest()} instead. Methods static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. preBind(FormEvent $event) Details static array getSubscribedEvents() Returns an array of event names this subscriber wants t

NullOutput::getVerbosity()

int getVerbosity() Gets the current verbosity of the output. Return Value int The current level of verbosity (one of the VERBOSITY constants)

PropelDataCollector::getQueryCount()

int getQueryCount() Returns the query count. Return Value int The query count

FormLoginFactory::getKey()

getKey()

ConsoleCommandEvent::disableCommand()

bool disableCommand() Disables the command, so it won't be run. Return Value bool

ConsoleEvent::getCommand()

Command getCommand() Gets the command that is executed. Return Value Command A Command instance

ChoiceList deprecated::getPreferredViews()

array getPreferredViews() Returns the choice views of the preferred choices as nested array with the choice groups as top-level keys. Example: array( 'Group 1' => array( 10 => ChoiceView object, 20 => ChoiceView object, ), 'Group 2' => array( 30 => ChoiceView object, ), ) Return Value array A nested array containing the views with the corresponding choice indices as keys on the lowest levels and the choice group names in the keys of the higher levels