PHP 인터페이스 AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\AnnotationRegistries\AnnotationRegistryInterface

저자: Tim Wagner ([email protected])
저자: Bernhard Wick ([email protected])
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
register ( AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNodeInterface $annotationRegistry ) : void Register's the annotation driver for the passed configuration.

메소드 상세

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