Baikal\Core\Server::start PHP Method

start() public method

Starts processing
public start ( ) : void
return void
    function start()
    {
        $this->server->exec();
    }