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

PhpEngine::addGlobal()

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

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

MemcacheSessionHandler::destroy()

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

StyleInterface::progressAdvance()

progressAdvance(int $step = 1) Advances the progress output X steps. Parameters int $step Number of steps to advance

FragmentRendererPass

class FragmentRendererPass implements CompilerPassInterface Adds services tagged kernel.fragment_renderer as HTTP content rendering strategies. Methods __construct(string $handlerService = 'fragment.handler', string $rendererTag = 'kernel.fragment_renderer') process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details __construct(string $handlerService = 'fragment.handler', string $rendererTag = 'ke

TranslatorInterface

interface TranslatorInterface XPath expression translator interface. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods string cssToXPath(string $cssExpr, string $prefix = 'descendant-or-self::') Translates a CSS selector to an XPath expression. string selectorToXPath(SelectorNode $selector, string $prefix = 'descendant-or-self::') Translates a parsed selector node to an XPath expression.