PropertyInfoCacheExtractor::getTypes()

Type[]|null getTypes(string $class, string $property, array $context = array()) Gets types of a property. Parameters string $class string $property array $context Return Value Type[]|null

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

MetadataBag::getLastUsed()

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

ResizeFormListener::preSetData()

preSetData(FormEvent $event) Parameters FormEvent $event

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

Kernel::unserialize()

unserialize($data) Parameters $data

MicroKernelTrait::registerContainerConfiguration()

registerContainerConfiguration(LoaderInterface $loader) {@inheritdoc} Parameters LoaderInterface $loader