예제 #1
0
파일: Computer.php 프로젝트: srayner/cobalt
 public function __construct()
 {
     parent::__construct();
     $this->logicalDisks = new ArrayCollection();
 }
예제 #2
0
파일: Printer.php 프로젝트: srayner/cobalt
 public function __construct()
 {
     parent::__construct();
     $this->consumables = new ArrayCollection();
 }