GlobalVariables::getSession()

Session|null getSession() Returns the current session. Return Value Session|null The session

NativeSessionStorage::setId()

setId(string $id) Sets the session ID. Parameters string $id

Session::invalidate()

bool invalidate(int $lifetime = null) Invalidates the current session. Clears all session attributes and flashes and regenerates the session and deletes the old session from persistence. Parameters 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 if session invalidated, false if error

PropelTypeGuesser::guessMaxLength()

ValueGuess|null guessMaxLength(string $class, string $property) Returns a guess about the field's maximum length Parameters string $class The fully qualified class name string $property The name of the property to guess for Return Value ValueGuess|null A guess for the field's maximum length

TranslationCollectionFormListener

class TranslationCollectionFormListener implements EventSubscriberInterface listener class for propel1translatablecollection Methods __construct($languages, $i18nClass) static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. preSetData(FormEvent $event) Details __construct($languages, $i18nClass) Parameters $languages $i18nClass static array getSubscrib

ResizeFormListener::preSetData()

preSetData(FormEvent $event) Parameters FormEvent $event

MetadataBag::getLastUsed()

int getLastUsed() Gets the last used metadata. Return Value int Unix timestamp

Component\Security\Guard\Authenticator

Classes AbstractFormLoginAuthenticator A base class to make form login authentication easier!

CsrfValidationListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

LocaleDataProvider::getName()

getName($locale, $displayLocale = null) Parameters $locale $displayLocale