コード例 #1
0
ファイル: Object.php プロジェクト: Maxlander/shixi
 public function getChild($propertyID)
 {
     return $this->details->getProperty($propertyID)->type->child;
 }