コード例 #1
0
ファイル: Reader.php プロジェクト: yoghi/madda
 public function getDomainDefinitionAttributes($key)
 {
     $domainDefList = new A($this->specList->offsetGet('ddd'));
     return $domainDefList->offsetGet($key);
 }