class TimeableNodeVisibilityCommandController extends CommandController (View source)

Properties

protected TimeableNodeVisibilityService $timeableNodeVisibilityService

Methods

void
executeCommand(string $contentRepository = 'default', bool $quiet = false)

No description

void
runDaemonCommand(string $contentRepository = 'default', int $ttl = 900, int $interval = 60, bool $quiet = true)

Run the execute command as daemon.

Details

void executeCommand(string $contentRepository = 'default', bool $quiet = false)

No description

Parameters

string $contentRepository
bool $quiet

Return Value

void

void runDaemonCommand(string $contentRepository = 'default', int $ttl = 900, int $interval = 60, bool $quiet = true)

Run the execute command as daemon.

Parameters

string $contentRepository

The content repository identifier. (Default: 'default')

int $ttl

The time to live for the daemon in seconds. Set to '0' for infinite. (Default: '900')

int $interval

Interval in seconds, when the command has to get executed. (Default: '60')

bool $quiet

Set to false if you need a more verbose output. (Default: 'true')

Return Value

void