PHP Class GraphAware\Neo4j\OGM\Persister\EntityPersister

Show file Open project: graphaware/neo4j-php-ogm

Protected Properties

Property Type Description
$classMetadata GraphAware\Neo4j\OGM\Metadata\NodeEntityMetadata
$className string

Public Methods

Method Description
__construct ( $className, NodeEntityMetadata $classMetadata )
getCreateQuery ( $object )
getDeleteQuery ( $object )
getUpdateQuery ( $object )

Method Details

__construct() public method

public __construct ( $className, NodeEntityMetadata $classMetadata )
$classMetadata GraphAware\Neo4j\OGM\Metadata\NodeEntityMetadata

getCreateQuery() public method

public getCreateQuery ( $object )

getDeleteQuery() public method

public getDeleteQuery ( $object )

getUpdateQuery() public method

public getUpdateQuery ( $object )

Property Details

$classMetadata protected property

protected NodeEntityMetadata,GraphAware\Neo4j\OGM\Metadata $classMetadata
return GraphAware\Neo4j\OGM\Metadata\NodeEntityMetadata

$className protected property

protected string $className
return string