Kernel::getCharset()

string getCharset() Gets the charset of the application. Return Value string The charset

PropertyMetadata

class PropertyMetadata extends MemberMetadata Stores all metadata needed for validating a class property. The value of the property is obtained by directly accessing the property. The property will be accessed by reflection, so the access of private and protected properties is supported. This class supports serialization and cloning. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascad

ContainerBuilder::findUnusedTags()

string[] findUnusedTags() Returns all tags not queried by findTaggedServiceIds. Return Value string[] An array of tags

LoggerDataCollector::lateCollect()

lateCollect() Collects data as late as possible.

TokenInterface::setAttribute()

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

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

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

PropelLogger::alert()

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

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