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