PHP Class GraphAware\Neo4j\OGM\Tests\Integration\UseCase\Github\Model\WrittenIn

Show file Open project: graphaware/neo4j-php-ogm

Public Methods

Method Description
__construct ( GithubRepository $repository, Language $language, $linesOfCode )
getId ( ) : integer
getLanguage ( ) : Language
getLinesOfCode ( ) : integer
getRepository ( ) : GithubRepository

Method Details

__construct() public method

public __construct ( GithubRepository $repository, Language $language, $linesOfCode )
$repository GithubRepository
$language Language

getId() public method

public getId ( ) : integer
return integer

getLanguage() public method

public getLanguage ( ) : Language
return Language

getLinesOfCode() public method

public getLinesOfCode ( ) : integer
return integer

getRepository() public method

public getRepository ( ) : GithubRepository
return GithubRepository