Kraken\Console\Server\Server::construct PHP Method

construct() protected method

protected construct ( Kraken\Core\CoreInterface $core )
$core Kraken\Core\CoreInterface
    protected function construct(CoreInterface $core)
    {
        echo "Server is up!\n";
        return $this;
    }