Esempio n. 1
0
 function __construct($dataType)
 {
     parent::__construct();
     $this->setDataType($dataType);
 }
Esempio n. 2
0
 public function __construct($dataAtomic)
 {
     parent::__construct();
     $this->dataRange = $dataAtomic;
 }
Esempio n. 3
0
 function __construct($dataPrimary)
 {
     parent::__construct();
     $this->dataRanges = array();
     $this->addElement($dataPrimary);
 }
Esempio n. 4
0
 public function __construct($dataRange)
 {
     parent::__construct();
     $this->addElement($dataRange);
 }