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