예제 #1
0
파일: Buy.php 프로젝트: sasedev/acf-expert
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }
예제 #2
0
파일: Sale.php 프로젝트: sasedev/acf-expert
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->secondaryVats = new ArrayCollection();
 }