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

Show file Open project: graphaware/neo4j-php-ogm Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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

create() public method

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