GraphAware\Neo4j\Client\Formatter\Type\Node::__construct PHP Method

__construct() public method

public __construct ( integer $id, array $labels, array $properties )
$id integer
$labels array
$properties array
    public function __construct($id, array $labels, array $properties)
    {
        $this->id = $id;
        $this->labels = $labels;
        $this->properties = $properties;
    }