Phastlight\Module\Cluster\Worker::__construct PHP Method

__construct() public method

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