ElementNode

class ElementNode extends AbstractNode Represents a "|" node. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods string getNodeName() from AbstractNode __construct(string|null $namespace = null, string|null $element = null) null|string getNamespace() null|string getElement() Specificity getSpecificity() Returns node's specificity. string __toString() Returns node's stri

Acl::isEntriesInheriting()

bool isEntriesInheriting() Whether this ACL is inheriting ACEs from a parent ACL. Return Value bool

Route::getName()

getName()

TemplateNameParser

class TemplateNameParser implements TemplateNameParserInterface TemplateNameParser is the default implementation of TemplateNameParserInterface. This implementation takes everything as the template name and the extension for the engine. Methods TemplateReferenceInterface parse(string|TemplateReferenceInterface $name) Convert a template name to a TemplateReferenceInterface instance. Details TemplateReferenceInterface parse(string|TemplateReferenceInterface

AutoExpireFlashBag::keys()

array keys() Returns a list of all defined types. Return Value array

MockFileSessionStorage::start()

bool start() Starts the session. Return Value bool True if started Exceptions RuntimeException If something goes wrong starting the session.

ConfigDataCollector::getEnv()

string getEnv() Gets the environment. Return Value string The environment

AttributeBag::initialize()

initialize(array $attributes) Initializes the Bag. Parameters array $attributes

ButtonBuilder::getAutoInitialize()

bool getAutoInitialize() Unsupported method. Return Value bool Returns true if the form should be initialized when created, false otherwise.

NamespacedAttributeBag::has()

bool has(string $name) Checks if an attribute is defined. Parameters string $name The attribute name Return Value bool true if the attribute is defined, false otherwise