Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
AppserverIo
Appserver
PersistenceContainer
Doctrine
V2
AnnotationRegistries
NamespaceAnnotationRegistry
PHP Class AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\AnnotationRegistries\NamespaceAnnotationRegistry
See link:
https://github.com/appserver-io/rmi
See link:
http://www.appserver.io
Author:
Tim Wagner (
[email protected]
)
Author:
Bernhard Wick (
[email protected]
)
Inheritance:
implements
AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\AnnotationRegistries\AnnotationRegistryInterface
Mostrar archivo
Open project: appserver-io/appserver
Public Methods
Method
Description
register
(
AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNodeInterface
$annotationRegistry
) :
void
Register's the annotation driver for the passed configuration.
Method Details
register()
public
method
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
return
void