Exemplo n.º 1
0
 /**
  * Sets the element option.
  *
  * @param string $value  Element value.
  * @param bool   $escape Try to escape html in value.
  *
  * @return $this
  */
 public function setValue($value, $escape = false)
 {
     return parent::setValue($value, $escape);
 }