FormConfigInterface::hasAttribute()

bool hasAttribute(string $name) Returns whether the attribute with the given name exists. Parameters string $name The attribute name Return Value bool Whether the attribute exists

TableStyle::getCellHeaderFormat()

string getCellHeaderFormat() Gets header cell format. Return Value string

ClassMetadata::addAttributeMetadata()

addAttributeMetadata(AttributeMetadataInterface $attributeMetadata) Adds an {@link AttributeMetadataInterface}. Parameters AttributeMetadataInterface $attributeMetadata

TableStyle::getCrossingChar()

string getCrossingChar() Gets crossing character. Return Value string $crossingChar

DefinitionDecorator::getParent()

string getParent() Returns the Definition being decorated. Return Value string

Session::registerBag()

registerBag(SessionBagInterface $bag) Registers a SessionBagInterface with the session. Parameters SessionBagInterface $bag

NullLogger

class NullLogger extends NullLogger implements LoggerInterface NullLogger. Methods emerg($message, array $context = array()) crit($message, array $context = array()) err($message, array $context = array()) warn($message, array $context = array()) Details emerg($message, array $context = array()) Parameters $message array $context crit($message, array $context = array()) Parameter

PhpEngine::addGlobal()

addGlobal(string $name, mixed $value) Parameters string $name mixed $value

MemcacheSessionHandler::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

Constraint::getRequiredOptions()

array getRequiredOptions() Returns the name of the required options. Override this method if you want to define required options. Return Value array See also __construct()