"hidden"); public function __construct($name, $value = "", array $properties = null) { if(!is_array($properties)) $properties = array(); if(!empty($value)) $properties["value"] = $value; parent::__construct("", $name, $properties); } }