Laravoole\Wrapper\Workerman::onWorkerStart PHP Method

onWorkerStart() public method

public onWorkerStart ( $worker )
    public function onWorkerStart($worker)
    {
        $this->server = $worker;
        parent::prepareKernel();
    }