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