コード例 #1
0
ファイル: BaseElement.php プロジェクト: sevikerr/form
 /**
  * @inheritdoc
  */
 public function render()
 {
     $value = $this->getValue();
     $this->attributes['value'] = htmlentities($value, ENT_QUOTES);
     return parent::render();
 }