Modules
Table of Contents
- $modules : mixed
- $recommendedModules : mixed
- $skipModules : mixed
- getModules() : array<string|int, mixed>
- Get list of modules to process.
- getRecommendedModules() : array<string|int, mixed>
- Get all recommended modules.
- setModules() : self
- Set list of modules to process.
- skipModules() : bool
- Get if installation of modules is ignored.
- skipModulesOff() : $this
- No install modules.
- skipModulesOn() : $this
- No install modules.
Properties
$modules
protected
mixed
$modules
= []
$recommendedModules
protected
mixed
$recommendedModules
= ['abigail', 'breakin', 'calendar', 'cedrikspotions', 'collapse', 'crazyaudrey', 'crying', 'dag', 'darkhorse', 'distress', 'dragonattack', 'drinks', 'drunkard', 'expbar', 'fairy', 'findgem', 'findgold', 'foilwench', 'forestturn', 'game_dice', 'game_stones', 'gardenparty', 'ghosttown', 'glowingstream', 'goldmine', 'grassyfield', 'haberdasher', 'healthbar', 'innchat', 'kitchen', 'klutz', 'lottery', 'lovers', 'newbieisland', 'oldman', 'outhouse', 'peerpressure', 'petra', 'racedwarf', 'raceelf', 'racehuman', 'racetroll', 'riddles', 'salesman', 'sethsong', 'smith', 'soulgem', 'spa', 'specialtydarkarts', 'specialtymysticpower', 'specialtythiefskills', 'statue', 'stocks', 'stonehenge', 'strategyhut', 'thieves', 'tutor', 'tynan', 'waterfall']
$skipModules
protected
mixed
$skipModules
= false
Methods
getModules()
Get list of modules to process.
public
getModules() : array<string|int, mixed>
Return values
array<string|int, mixed> —getRecommendedModules()
Get all recommended modules.
public
getRecommendedModules() : array<string|int, mixed>
Return values
array<string|int, mixed> —setModules()
Set list of modules to process.
public
setModules(array<string|int, mixed> $modules) : self
Parameters
- $modules : array<string|int, mixed>
Return values
self —skipModules()
Get if installation of modules is ignored.
public
skipModules() : bool
Return values
bool —skipModulesOff()
No install modules.
public
skipModulesOff() : $this
Return values
$this —skipModulesOn()
No install modules.
public
skipModulesOn() : $this