예제 #1
0
파일: GeoText.php 프로젝트: utrenkner/YAWIK
 public function __construct($name = null, array $options = null)
 {
     $this->nameElement = new Text('name');
     $this->dataElement = new Hidden('data');
     $this->typeElement = new Hidden('type');
     parent::__construct($name, $options);
 }
예제 #2
0
 public function __construct()
 {
     $options = array('label' => 'Login : '******'login', $options);
     $this->setAttribute('size', 12);
 }
예제 #3
0
 public function __construct()
 {
     $login = array('label' => 'Login : '******'login', $login);
 }
예제 #4
0
 public function __construct($name = null, $options = [])
 {
     $this->attributes['id'] = uniqid();
     parent::__construct($name, $options);
 }