$client
$client :
Removes an entity from an index
__construct(\Everyman\Neo4j\Client $client, \Everyman\Neo4j\Index $index, \Everyman\Neo4j\PropertyContainer $entity, string $key, string $value) : boolean
Remove an entity from an index If $value is not given, all reference of the entity for the key are removed.
If $key is not given, all reference of the entity are removed.
\Everyman\Neo4j\Client | $client | |
\Everyman\Neo4j\Index | $index | |
\Everyman\Neo4j\PropertyContainer | $entity | |
string | $key | |
string | $value |
getEntityCache() : \Everyman\Neo4j\Cache\EntityCache
Get the entity cache
getEntityMapper() : \Everyman\Neo4j\EntityMapper
Get the entity mapper
getTransport() : \Everyman\Neo4j\Transport
Get the transport