Phastlight\Module\Cluster\Worker::__construct PHP Méthode

__construct() public méthode

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