Exemplo n.º 1
0
 public function __construct($nodeValue = '', $attributes = array(), $childNodes = array())
 {
     $attributes = array_merge(array('type' => 'text'), $attributes);
     parent::__construct('input', $nodeValue, $attributes, $childNodes);
 }