Ejemplo n.º 1
0
 public function __construct($name = null, $attributes = null, array $data = array())
 {
     parent::__construct($name, $attributes, $data);
     if (POST::WasUsed()) {
         $this->value = $this->GetDate($name);
     }
 }