Пример #1
0
 /**
  * @return string
  */
 public function renderOpeningTag(Open $open)
 {
     if (isset($this->style['form'])) {
         $open->addClass($this->style['form']);
     }
     return '<form' . $this->renderAttributes($open->attributes) . '>';
 }