Esempio n. 1
0
 public function createMetaClassName(Type $type)
 {
     return $type->getNamespaceName() . "\\Meta\\" . $type->getShortName() . "Meta";
 }