Backend\Core\Engine\Base\Action::parse PHP Метод

parse() защищенный Метод

Parse to template
protected parse ( )
    protected function parse()
    {
    }

Usage Example

Пример #1
0
 /**
  * Parse the form
  */
 protected function parse()
 {
     parent::parse();
     if ($this->frm) {
         $this->frm->parse($this->tpl);
     }
 }
All Usage Examples Of Backend\Core\Engine\Base\Action::parse