예제 #1
0
파일: ParentItem.php 프로젝트: xemoe/php
 public function __construct(array $properties)
 {
     parent::__construct($properties);
     $this->child = [];
 }