GraphAware\Reco4PHP\Util\NodeProxy::__construct PHP Method

__construct() public method

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