GraphAware\Neo4j\OGM\Tests\Integration\Model\BothRel::__construct PHP Метод

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

public __construct ( BothTest $start, BothTest $end )
$start BothTest
$end BothTest
    public function __construct(BothTest $start, BothTest $end)
    {
        $this->startNode = $start;
        $this->endNode = $end;
    }