예제 #1
0
 /**
  * constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->publicdomian = 0;
     $this->legal = 'unknow';
     $this->relations = new ArrayCollection();
 }
예제 #2
0
 /**
  * constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->category = new ArrayCollection();
 }