AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\AnnotationRegistries\FileAnnotationRegistry::register PHP 메소드

register() 공개 메소드

Register's the annotation driver for the passed configuration.
public register ( AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNodeInterface $annotationRegistry ) : void
$annotationRegistry AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNodeInterface The configuration node
리턴 void
    public function register(AnnotationRegistryNodeInterface $annotationRegistry)
    {
        AnnotationRegistry::registerFile($annotationRegistry->getFile());
    }
FileAnnotationRegistry