AbstractExtension::getFunctionTranslators()

callable[] getFunctionTranslators() Returns function translators. Return Value callable[]

AbstractExtension::getAttributeMatchingTranslators()

callable[] getAttributeMatchingTranslators() Returns attribute operation translators. Return Value callable[]

AbstractExtension::getCombinationTranslators()

callable[] getCombinationTranslators() Returns combination translators. Return Value callable[]

AbstractExtension

class AbstractExtension implements ExtensionInterface XPath expression translator abstract extension. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods callable[] getNodeTranslators() Returns node translators. callable[] getCombinationTranslators() Returns combination translators. callable[] getFunctionTranslators() Returns function translators. callable[] getPseudoClassTranslators

AbstractExtension

class AbstractExtension implements FormExtensionInterface Methods FormTypeInterface getType(string $name) Returns a type by name. bool hasType(string $name) Returns whether the given type is supported. FormTypeExtensionInterface[] getTypeExtensions(string $name) Returns the extensions for the given type. bool hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type. FormTypeGuesserInterface|null getTypeGuesser() Returns

AbstractDumper::setOutput()

callable|resource|string setOutput(callable|resource|string $output) Sets the output destination of the dumps. Parameters callable|resource|string $output A line dumper callable, an opened stream or an output path Return Value callable|resource|string The previous output destination

AbstractDumper::dump()

dump(Data $data, callable|resource|string|null $output = null) Dumps a Data object. Parameters Data $data A Data object callable|resource|string|null $output A line dumper callable, an opened stream or an output path

AbstractDumper::setCharset()

string setCharset(string $charset) Sets the default character encoding to use for non-UTF8 strings. Parameters string $charset The default character encoding to use for non-UTF8 strings Return Value string The previous charset

AbstractDumper::setIndentPad()

string setIndentPad(string $pad) Sets the indentation pad string. Parameters string $pad A string the will be prepended to dumped lines, repeated by nesting level Return Value string The indent pad

AbstractDumper

class AbstractDumper implements DataDumperInterface, DumperInterface Abstract mechanism for dumping a Data object. Constants DUMP_LIGHT_ARRAY DUMP_STRING_LENGTH Properties static $defaultOutput Methods __construct(callable|resource|string|null $output = null, string $charset = null, int $flags) callable|resource|string setOutput(callable|resource|string $output) Sets the output destination of the dumps. string setCharset(string $charset) Sets the default charac