示例#1
0
 public function __construct(string $name = "")
 {
     parent::__construct($name);
     $this->addRule(new \sndsgd\form\rule\FloatRule());
 }