GraphAware\Reco4PHP\Tests\Helper\FakeNode::__construct PHP Метод

__construct() публичный Метод

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