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.

Button::isValid()

bool isValid() Unsupported method. Return Value bool

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

StyleInterface::progressAdvance()

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

Compiler::getSource()

string getSource() Gets the current PHP code after compilation. Return Value string The PHP code

Table::setColumnWidth()

Table setColumnWidth(int $columnIndex, int $width) Sets the minimum width of a column. Parameters int $columnIndex Column index int $width Minimum column width in characters Return Value Table

UsernamePasswordToken::setAuthenticated()

setAuthenticated($isAuthenticated) Sets the authenticated flag. Parameters $isAuthenticated

MemcacheSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

SessionStorageInterface::setName()

setName(string $name) Sets the session name. Parameters string $name

AccessDeniedException

class AccessDeniedException extends UnexpectedValueException