EntityPostLoadEventListener
in package
Class EntityPostLoadEventListener.
Table of Contents
- $game : Game
- __construct() : mixed
- EntityPostLoadEventListener constructor.
- postLoad() : mixed
- Called upon event postLoad.
Properties
$game
private
Game
$game
Methods
__construct()
EntityPostLoadEventListener constructor.
public
__construct(Game $game) : mixed
Parameters
- $game : Game
Return values
mixed —postLoad()
Called upon event postLoad.
public
postLoad(LifecycleEventArgs $args) : mixed
Parameters
- $args : LifecycleEventArgs