コード例 #1
0
 /**
  * @param  string  label
  * @param  int  width of the control
  * @param  int  maximum number of characters the user may enter
  */
 public function __construct($label, $cols = NULL, $maxLenght = NULL)
 {
     parent::__construct($label, $cols, $maxLenght);
 }