NodeDefinition::treatNullLike()

NodeDefinition|$this treatNullLike(mixed $value) Sets the equivalent value used when the node contains null. Parameters mixed $value Return Value NodeDefinition|$this

SessionBagInterface::getName()

string getName() Gets this bag's name. Return Value string

PropelLogger::alert()

alert($message) {@inheritdoc} Parameters $message

RememberMeServicesInterface

interface RememberMeServicesInterface Interface that needs to be implemented by classes which provide remember-me capabilities. We provide two implementations out-of-the-box: - TokenBasedRememberMeServices (does not require a TokenProvider) - PersistentTokenBasedRememberMeServices (requires a TokenProvider) Constants COOKIE_ATTR_NAME This attribute name can be used by the implementation if it needs to set a cookie on the Request when there is no actual Response, yet. Methods TokenInte

OutputFormatterStyle::unsetOption()

unsetOption(string $option) Unsets some specific style option. Parameters string $option The option name Exceptions InvalidArgumentException When the option name isn't defined

TokenInterface::setAttribute()

setAttribute(string $name, mixed $value) Sets an attribute. Parameters string $name The attribute name mixed $value The attribute value

EntityChoiceList deprecated

class EntityChoiceList extends ObjectChoiceList deprecated Deprecated since Symfony 2.7, to be removed in Symfony 3.0. Use {@link DoctrineChoiceLoader} instead. A choice list presenting a list of Doctrine entities as choices. Methods __construct(ObjectManager $manager, string $class, string $labelPath = null, EntityLoaderInterface $entityLoader = null, array|Traversable|null $entities = null, array $preferredEntities = array(), string $groupPath = null, PropertyAccessorInterface $pro

AuditableAclInterface::updateClassFieldAuditing()

updateClassFieldAuditing(int $index, string $field, bool $auditSuccess, bool $auditFailure) Updates auditing for class-field-based ACE Parameters int $index string $field bool $auditSuccess bool $auditFailure

Locale

class Locale extends Locale Provides access to locale-related data. Methods static setDefaultFallback(string $locale) Sets the default fallback locale. static string getDefaultFallback() Returns the default fallback locale. static string|null getFallback(string $locale) Returns the fallback locale for a given locale. Details static setDefaultFallback(string $locale) Sets the default fallback locale. The default fallback locale is used

LoggerDataCollector::lateCollect()

lateCollect() Collects data as late as possible.