コード例 #1
0
ファイル: BaseModule.php プロジェクト: jakubkulhan/meta
 public function onBeforeGenerate(AbstractMetaSpec $spec, MetaSpecMatcher $matcher, Type $type)
 {
     if ($type->isFinal()) {
         throw new MetaException("Cannot create meta for final class '{$type->getName()}'.");
     }
 }