IcuResFileLoader

class IcuResFileLoader implements LoaderInterface IcuResFileLoader loads translations from a resource bundle. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A

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

Crawler::eq()

Crawler eq(int $position) Returns a node given its position in the node list. Parameters int $position The position Return Value Crawler A new instance of the Crawler with the selected node, or an empty Crawler if it does not exist

ArrayNodeDefinition::children()

children() Returns a builder to add children nodes.

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

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

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