Exemple #1
0
 public function __construct($exists = false)
 {
     parent::__construct($exists);
 }
Exemple #2
0
 public function __construct($exists = false)
 {
     parent::__construct($exists);
     $this->variable = new Field('is_variable', false);
     $this->value = array();
 }