PHP Трейт LeagueWrap\Dto\ImportStaticTrait

Показать файл Открыть проект

Защищенные методы

Метод Описание
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