Beispiel #1
0
 protected function getOutput()
 {
     $this->setBlock(false);
     return '<a
         ' . $this->getClass() . '
         ' . $this->getStyle() . '
         href="' . $this->title->getOutput() . '">' . $this->caption->getOutput() . '</a>';
 }