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