Exemple #1
0
 public function __construct($gremlin)
 {
     $this->type = 'Real';
     parent::__construct($gremlin);
 }
Exemple #2
0
 public function __construct($gremlin)
 {
     $this->type = 'Integer';
     parent::__construct($gremlin);
 }
Exemple #3
0
 public function __construct($gremlin)
 {
     $this->type = 'Boolean';
     parent::__construct($gremlin);
 }