예제 #1
0
파일: Walker.php 프로젝트: pscheit/psc-cms
 protected function isHashMapType(Type $type)
 {
     return $type instanceof ObjectType && (!$type->hasClass() || $type->getClassFQN() === 'stdClass');
 }