GraphAware\Neo4j\OGM\Tests\Integration\UseCase\Github\Model\WrittenIn::__construct PHP Method

__construct() public method

public __construct ( GithubRepository $repository, Language $language, $linesOfCode )
$repository GithubRepository
$language Language
    public function __construct(GithubRepository $repository, Language $language, $linesOfCode)
    {
        $this->repository = $repository;
        $this->language = $language;
        $this->linesOfCode = $linesOfCode;
    }