getKeys() as $key) { $type = $md->getType($key); [$phpType, $returnType] = Autogen::fix_type($type->getPhpType()); $properties[] = "$returnType \$$key"; } return $properties; } }