PHP 클래스 Kohkimakimoto\Worker\Job\JobManager

파일 보기 프로젝트 열기: kohkimakimoto/workerphp

보호된 프로퍼티들

프로퍼티 타입 설명
$config
$dispatcher
$eventLoop
$jobs
$output
$worker

공개 메소드들

메소드 설명
__construct ( $worker, $dispatcher, $config, $output, $eventLoop )
boot ( )
executeJob ( $job, $oneTime = false, $passdArguments = [] )
getJob ( $name )
getJobs ( )
register ( $name, $command )

보호된 메소드들

메소드 설명
addJobTimer ( $job )

메소드 상세

__construct() 공개 메소드

public __construct ( $worker, $dispatcher, $config, $output, $eventLoop )

addJobTimer() 보호된 메소드

protected addJobTimer ( $job )

boot() 공개 메소드

public boot ( )

executeJob() 공개 메소드

public executeJob ( $job, $oneTime = false, $passdArguments = [] )

getJob() 공개 메소드

public getJob ( $name )

getJobs() 공개 메소드

public getJobs ( )

register() 공개 메소드

public register ( $name, $command )

프로퍼티 상세

$config 보호되어 있는 프로퍼티

protected $config

$dispatcher 보호되어 있는 프로퍼티

protected $dispatcher

$eventLoop 보호되어 있는 프로퍼티

protected $eventLoop

$jobs 보호되어 있는 프로퍼티

protected $jobs

$output 보호되어 있는 프로퍼티

protected $output

$worker 보호되어 있는 프로퍼티

protected $worker