getAttributes()->get('data-base-target')->getValue(); return $baseTarget; } /** * Set the data-base-target attribute * * @param string $target * * @return $this */ public function setBaseTarget(string $target): self { $this->getAttributes()->set('data-base-target', $target); return $this; } }