Esempio n. 1
0
 public function __construct($name, $sheet)
 {
     parent::__construct($name, $sheet);
     $textform = $this->sheet['type-text'];
     $this->size = $textform['size'];
     $this->maxlength = $textform['maxlength'];
 }
Esempio n. 2
0
 public function __construct($name, $sheet)
 {
     parent::__construct($name, $sheet);
     $name = $this->name;
     $this->name1 = $name . '-1';
     $this->name2 = $name . '-2';
     $this->name3 = $name . '-3';
 }
Esempio n. 3
0
 public function __construct($name, $sheet)
 {
     parent::__construct($name, $sheet);
 }