Beispiel #1
0
 public function process()
 {
     if (!$this->isProcessed()) {
         $this->getParent()->insertAfter($this, $this->contentElement);
     }
     $result = parent::process();
     if ($this->hasClass('fade')) {
         $this->removeClass('fade');
     }
     return $result;
 }
Beispiel #2
0
 public function process()
 {
     if (!$this->isProcessed()) {
     }
     return parent::process();
 }