PHP 트레잇 LeagueWrap\Dto\ImportStaticTrait

파일 보기 프로젝트 열기: paquettg/leaguewrap

보호된 메소드들

메소드 설명
addStaticData ( StaticOptimizer $optimizer ) : void Takes a result array and attempts to fill in any needed static data.
getStaticFields ( ) : array Sets all the static fields in the current dto in the fields and aggrigates it with the child dto fields.

메소드 상세

addStaticData() 보호된 메소드

Takes a result array and attempts to fill in any needed static data.
protected addStaticData ( StaticOptimizer $optimizer ) : void
$optimizer LeagueWrap\StaticOptimizer
리턴 void

getStaticFields() 보호된 메소드

Sets all the static fields in the current dto in the fields and aggrigates it with the child dto fields.
protected getStaticFields ( ) : array
리턴 array