Kraken\Console\Server\Server::boot PHP Method

boot() protected method

protected boot ( Kraken\Core\CoreInterface $core )
$core Kraken\Core\CoreInterface
    protected function boot(CoreInterface $core)
    {
        echo "Server is booting...\n";
        return $this;
    }