GraphAware\Reco4PHP\Tests\Helper\FakeNode::__construct PHP Method

__construct() public method

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