Example #1
0
 /**
  * @return string
  */
 public function getJsLayout()
 {
     foreach ($this->layoutProcessors as $processor) {
         $this->jsLayout = $processor->process($this->jsLayout);
     }
     return parent::getJsLayout();
 }