PHP Class GraphAware\Neo4j\Client\Formatter\Type\Relationship

Inheritance: extends MapAccess, implements GraphAware\Common\Type\Relationship
Datei anzeigen Open project: graphaware/neo4j-php-client

Protected Properties

Property Type Description
$endNodeIdentity integer
$id integer
$startNodeIdentity integer
$type string

Public Methods

Method Description
__construct ( integer $id, string $type, integer $startNodeId, integer $endNodeId, array $properties = [] )
endNodeIdentity ( ) : integer
hasType ( $type )
identity ( )
startNodeIdentity ( ) : integer
type ( )

Method Details

__construct() public method

public __construct ( integer $id, string $type, integer $startNodeId, integer $endNodeId, array $properties = [] )
$id integer
$type string
$startNodeId integer
$endNodeId integer
$properties array

endNodeIdentity() public method

public endNodeIdentity ( ) : integer
return integer

hasType() public method

public hasType ( $type )

identity() public method

public identity ( )

startNodeIdentity() public method

public startNodeIdentity ( ) : integer
return integer

type() public method

public type ( )

Property Details

$endNodeIdentity protected_oe property

protected int $endNodeIdentity
return integer

$id protected_oe property

protected int $id
return integer

$startNodeIdentity protected_oe property

protected int $startNodeIdentity
return integer

$type protected_oe property

protected string $type
return string