AttributeNode::getOperator()

string getOperator() Return Value string

AttributeNode::getNamespace()

string getNamespace() Return Value string

AttributeNode::getAttribute()

string getAttribute() Return Value string

AttributeNode

class AttributeNode 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(NodeInterface $selector, string $namespace, string $attribute, string $operator, string $value) NodeInterface getSelector() string getNamespace() string getAttribute() string getOperator() string g

AttributeMetadataInterface::setMaxDepth()

setMaxDepth(int|null $maxDepth) Sets the serialization max depth for this attribute. Parameters int|null $maxDepth

AttributeMetadataInterface::merge()

merge(AttributeMetadataInterface $attributeMetadata) Merges an {see AttributeMetadataInterface} with in the current one. Parameters AttributeMetadataInterface $attributeMetadata

AttributeMetadataInterface::getName()

string getName() Gets the attribute name. Return Value string

AttributeMetadataInterface::getMaxDepth()

int|null getMaxDepth() Gets the serialization max depth for this attribute. Return Value int|null

AttributeMetadataInterface::getGroups()

string[] getGroups() Gets groups of this attribute. Return Value string[]

AttributeMetadataInterface::addGroup()

addGroup(string $group) Adds this attribute to the given group. Parameters string $group