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;
    }