Ejemplo n.º 1
0
 /**
  * Clears every element in the form to its default value
  */
 public function clear()
 {
     Tag::setDefault($this->_name, null);
     return $this;
 }