示例#1
0
 public function isParentTypeOf(IType $type)
 {
     if ($type instanceof IObjectType) {
         return is_a($type->getClassType(), $this->classType, true);
     }
     return false;
 }