PHP 클래스 LeagueWrap\Dto\ChampionMasteryList

상속: extends AbstractListDto
파일 보기 프로젝트 열기: paquettg/leaguewrap

보호된 프로퍼티들

프로퍼티 타입 설명
$listKey

공개 메소드들

메소드 설명
__construct ( array $info )
getChampion ( integer $championId ) : ChampionMastery | null Get a champion by its id.

메소드 상세

__construct() 공개 메소드

public __construct ( array $info )
$info array

getChampion() 공개 메소드

Get a champion by its id.
public getChampion ( integer $championId ) : ChampionMastery | null
$championId integer
리턴 ChampionMastery | null

프로퍼티 상세

$listKey 보호되어 있는 프로퍼티

protected $listKey