コード例 #1
0
ファイル: AbstractMetaSpec.php プロジェクト: jakubkulhan/meta
 public function createMetaClassName(Type $type)
 {
     return $type->getNamespaceName() . "\\Meta\\" . $type->getShortName() . "Meta";
 }