예제 #1
0
파일: Reader.php 프로젝트: yoghi/madda
 public function getDomainDefinitionAttributes($key)
 {
     $domainDefList = new A($this->specList->offsetGet('ddd'));
     return $domainDefList->offsetGet($key);
 }