$id
$id :
Represents an entity that is a collection of properties
__construct(\Everyman\Neo4j\Client $client)
Build the container and set its client
\Everyman\Neo4j\Client | $client |
delete() : \Everyman\Neo4j\PropertyContainer
Delete this entity
on failure
load() : \Everyman\Neo4j\PropertyContainer
Load this entity
on failure
save() : \Everyman\Neo4j\PropertyContainer
Save this entity
on failure
getClient() : \Everyman\Neo4j\Client
Get the entity's client
removeProperty(string $property) : \Everyman\Neo4j\PropertyContainer
Remove a property set on the entity
string | $property |
setClient(\Everyman\Neo4j\Client $client) : \Everyman\Neo4j\PropertyContainer
Set the entity's client
\Everyman\Neo4j\Client | $client |
setId(integer $id) : \Everyman\Neo4j\PropertyContainer
Set the entity's id
integer | $id |
setProperties(array $properties) : \Everyman\Neo4j\PropertyContainer
Set multiple properties on the entity
array | $properties |
setProperty(string $property, mixed $value) : \Everyman\Neo4j\PropertyContainer
Set a property on the entity
string | $property | |
mixed | $value |
useLazyLoad(boolean $lazyLoad) : \Everyman\Neo4j\PropertyContainer
Should this entity be lazy-loaded if necessary?
boolean | $lazyLoad |