class ExtenderDaemon extends Daemon (View source)

Traits

ConfigurationTrait

Properties

protected $cache from CacheTrait
protected Table $table from TasksTableTrait
static protected $default_properties

Methods

getCache()

No description

setCache(Manager $cache)

No description

getTasksTable()

Get current TasksTable

setTasksTable(Table $table)

Set current TasksTable

__construct(array $configuration, array $tasks, Manager $events = null, Manager $cache = null, LoggerInterface $logger = null)

No description

setup()

No description

installWorkers()

No description

Details

getCache()

setCache(Manager $cache)

Parameters

Manager $cache

Table getTasksTable()

Get current TasksTable

Return Value

Table

TasksTableTrait setTasksTable(Table $table)

Set current TasksTable

Parameters

Table $table

Return Value

TasksTableTrait

__construct(array $configuration, array $tasks, Manager $events = null, Manager $cache = null, LoggerInterface $logger = null)

Parameters

array $configuration
array $tasks
Manager $events
Manager $cache
LoggerInterface $logger

setup()

protected installWorkers()