Main
in package
Main execution class for the daenerys tool.
Table of Contents
- $application : Application
- $bootstrap : Bootstrap
- $game : Game
- __construct() : mixed
- Construct a new daenerys tool instance.
- run() : mixed
- Run the Daenerys tool.
- addCommands() : mixed
- Add supported commands, including those configured from lotgd.yml files.
Properties
$application
private
Application
$application
$bootstrap
private
Bootstrap
$bootstrap
$game
private
Game
$game
Methods
__construct()
Construct a new daenerys tool instance.
public
__construct() : mixed
Return values
mixed —run()
Run the Daenerys tool.
public
run() : mixed
Return values
mixed —addCommands()
Add supported commands, including those configured from lotgd.yml files.
protected
addCommands() : mixed