19 declare(strict_types=1);
26 class Attribute implements AttributeFilePathNodeInterface
34 $this->attribute =
'';
35 $this->any_attribute_enabled =
false;
38 public function withAttribute(
string $attribute): AttributeFilePathNodeInterface
55 $clone->any_attribute_enabled = $enabled;
61 $attribute = $this->any_attribute_enabled
63 :
'@' . $this->attribute . (isset($this->comparison) ? $this->comparison->toString() :
"");
64 return '[' . $attribute .
']';
bool $any_attribute_enabled
withAttribute(string $attribute)
withComparison(HandlerInterface $comparison)
HandlerInterface $comparison
withAnyAttributeEnabled(bool $enabled)