Phastlight\Module\Cluster\Worker::__construct PHP 메소드

__construct() 공개 메소드

#the child process object that this worker binds to
public __construct ( $process )
    public function __construct($process)
    {
        $this->process = $process;
    }