예제 #1
0
파일: Order.php 프로젝트: antrampa/crm
 public function __construct()
 {
     parent::__construct();
     $this->items = new ArrayCollection();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->items = new ArrayCollection();
     $this->relatedCalls = new ArrayCollection();
     $this->relatedEmails = new ArrayCollection();
 }