Manager
class Manager implements Iterator, Countable (View source)
Traits
IteratorTrait
CountableTrait
EventsTrait
LoggerTrait
Methods
install(WorkerInterface $worker, int $looptime = 1, bool $forever = false)
Install a worker into the stack
setPid($name, $pid)
No description
get($name = null)
No description
isInstalled($name)
No description
start($name, $unmask = false)
No description
stop($name = null)
No description
pause($name = null)
No description
resume($name = null)
No description
running($pid)
No description
status($name = null)
No description
Details
at line 60
__construct(LoggerInterface $logger, Manager $events, Daemon $daemon)
Manager constructor
at line 80
Manager
install(WorkerInterface $worker, int $looptime = 1, bool $forever = false)
Install a worker into the stack