Collator::getErrorMessage()

string getErrorMessage() Returns collator's last error message. Always returns the UZEROERROR_MESSAGE class constant value. Return Value string The error message from last collator call

PhpBridgeSessionStorage

class PhpBridgeSessionStorage extends NativeSessionStorage Allows session to be started by PHP and managed by Symfony. Methods __construct(AbstractProxy|NativeSessionHandler|SessionHandlerInterface|null $handler = null, MetadataBag $metaBag = null) Constructor. AbstractProxy getSaveHandler() Gets the save handler instance. from NativeSessionStorage bool start() Starts the session. string getId() Returns the session ID. from NativeSessionStorage setId(string $id) Sets th

ArrayNodeDefinition::children()

children() Returns a builder to add children nodes.

Interval::getIntervalRegexp()

static string getIntervalRegexp() Returns a Regexp that matches valid intervals. Return Value string A Regexp (without the delimiters)

FormHelper::row()

string row(FormView $view, array $variables = array()) Renders the entire form field "row". Parameters FormView $view The view for which to render the row array $variables Additional variables passed to the template Return Value string The HTML markup

ActionsHelper

class ActionsHelper extends Helper ActionsHelper manages action inclusions. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(FragmentHandler $handler) Constructor. string render(string $uri, array $options = array()) Returns the fragment content for a given URI. controller($controller, $attributes = array(), $query = array()) string getName() Returns the canonical name o

GetAttrNode

class GetAttrNode extends Node Constants PROPERTY_CALL METHOD_CALL ARRAY_CALL Properties $nodes from Node $attributes from Node Methods __construct(Node $node, Node $attribute, ArrayNode $arguments, $type) Constructor. __toString() from Node compile(Compiler $compiler) evaluate($functions, $values) Details __construct(Node $node, Node $attribute, ArrayNode $arguments, $type) Constructor. Parameters Node $

HttpFoundationExtension::getName()

string getName() Returns the name of the extension. Return Value string The extension name

ConstantNode

class ConstantNode extends Node Properties $nodes from Node $attributes from Node Methods __construct($value) Constructor. __toString() from Node compile(Compiler $compiler) evaluate($functions, $values) Details __construct($value) Constructor. Parameters $value __toString() compile(Compiler $compiler) Parameters Compiler $compiler

SessionInterface::all()

array all() Returns attributes. Return Value array Attributes