PHP Class GraphAware\Neo4j\OGM\Metadata\Factory\GraphEntityMetadataFactory

Afficher le fichier Open project: graphaware/neo4j-php-ogm Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Doctrine\Common\Annotations\Reader $reader )
create ( string $className ) : NodeEntityMetadata | RelationshipEntityMetadata

Method Details

__construct() public méthode

public __construct ( Doctrine\Common\Annotations\Reader $reader )
$reader Doctrine\Common\Annotations\Reader

create() public méthode

public create ( string $className ) : NodeEntityMetadata | RelationshipEntityMetadata
$className string
Résultat GraphAware\Neo4j\OGM\Metadata\NodeEntityMetadata | GraphAware\Neo4j\OGM\Metadata\RelationshipEntityMetadata