예제 #1
0
파일: Text.php 프로젝트: jigoshop/Jigoshop2
 public function __construct($exists = false)
 {
     parent::__construct($exists);
 }
예제 #2
0
 public function __construct($exists = false)
 {
     parent::__construct($exists);
     $this->variable = new Field('is_variable', false);
     $this->value = array();
 }