Example #1
0
 protected function loadTriggers()
 {
     $aResult = parent::loadTriggers();
     if (!$this->isSub()) {
         $aResult[] = $this->getWindow()->toString('1', $this->getParser()->getView()->getResult());
     }
     return $aResult;
 }