GraphAware\Neo4j\OGM\Tests\Integration\UseCase\Github\Model\WrittenIn::__construct PHP Метод

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

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;
    }