Exemple #1
0
 /**
  *
  */
 public function render()
 {
     if ($this->getTitle()) {
         $this->addAttribute('title', $this->getTitle());
     }
     foreach ($this->getAppearances()->getAll() as $appearance) {
         $appearance->execute($this);
     }
     return parent::render();
 }