private function setSrc() { $attr = new Attributes(); $attr->set('src', $this->src); return $attr; }
private function setHref() { $attr = new Attributes(); $attr->set('href', $this->href); return $attr; }