Legend of the Green Dragon

Kernel extends Kernel
in package
Uses MicroKernelTrait

Table of Contents

COPYRIGHT  = 'Game Design and Code: Copyright © 2002-2005, Eric Stevens & JT Traub, © 2006-2007, Dragonprime Development Team, © 2015-2022 IDMarinas remodelling and enhancing'
This series of scripts (collectively known as Legend of the Green Dragon or LotGD) is copyright as per below.
EXTRA_VERSION  = ''
LICENSE  = "\n<!-- Creative Commons License -->\n<a href='http://creativecommons.org/licenses/by-nc-sa/2.0/' target='_blank' rel='noopener noreferrer'><img clear='right' align='left' alt='Creative Commons License' border='0' src='images/somerights20.gif' /></a>\nThis work is licensed under a <a href='http://creativecommons.org/licenses/by-nc-sa/2.0/' target='_blank' rel='noopener noreferrer'>Creative Commons License</a>.<br />\n<!-- /Creative Commons License -->\n<!--\n <rdf:RDF xmlns='http://web.resource.org/cc/' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>\n\t<Work rdf:about=''>\n\t <dc:type rdf:resource='http://purl.org/dc/dcmitype/Interactive' />\n\t <license rdf:resource='http://creativecommons.org/licenses/by-nc-sa/2.0/' />\n\t</Work>\n\t<License rdf:about='http://creativecommons.org/licenses/by-nc-sa/2.0/'>\n\t <permits rdf:resource='http://web.resource.org/cc/Reproduction' />\n\t <permits rdf:resource='http://web.resource.org/cc/Distribution' />\n\t <requires rdf:resource='http://web.resource.org/cc/Notice' />\n\t <requires rdf:resource='http://web.resource.org/cc/Attribution' />\n\t <prohibits rdf:resource='http://web.resource.org/cc/CommercialUse' />\n\t <permits rdf:resource='http://web.resource.org/cc/DerivativeWorks' />\n\t <requires rdf:resource='http://web.resource.org/cc/ShareAlike' />\n\t</License>\n </rdf:RDF>\n-->\n"
This series of scripts (collectively known as Legend of the Green Dragon or LotGD) is licensed according to the Creating Commons Attribution Non-commercial Share-alike license. The terms of this license must be followed for you to legally use or distribute this software. This license must be used on the distribution of any works derived from this work. This license text may not be removed nor altered in any way.
MAJOR_VERSION  = 7
MINOR_VERSION  = 1
RELEASE_VERSION  = 13
TEXT_DOMAIN_DEFAULT  = 'app_default'
VERSION  = '7.1.13 IDMarinas Edition'
VERSION_ID  = 70113
VERSION_NUMBER  = self::VERSION_ID
CONFIG_EXTS  = '.{php,xml,yaml,yml}'
getProjectDir()  : string
{@inheritdoc}
registerBundles()  : iteratable<string|int, mixed>
build()  : void
configureContainer()  : void
configureRoutes()  : void

Constants

This series of scripts (collectively known as Legend of the Green Dragon or LotGD) is copyright as per below.

public string COPYRIGHT = 'Game Design and Code: Copyright &copy; 2002-2005, Eric Stevens & JT Traub, &copy; 2006-2007, Dragonprime Development Team, &copy; 2015-2022 IDMarinas remodelling and enhancing'

You are prohibited by law from removing or altering this copyright information in any fashion except as follows: if you have added functionality to the code, you may append your name at the end indicating which parts are copyright by you. Eg: Copyright 2002-2004, Game: Eric Stevens & JT Traub, modified by Your Name.

EXTRA_VERSION

public mixed EXTRA_VERSION = ''

LICENSE

This series of scripts (collectively known as Legend of the Green Dragon or LotGD) is licensed according to the Creating Commons Attribution Non-commercial Share-alike license. The terms of this license must be followed for you to legally use or distribute this software. This license must be used on the distribution of any works derived from this work. This license text may not be removed nor altered in any way.

public string LICENSE = "\n<!-- Creative Commons License -->\n<a href='http://creativecommons.org/licenses/by-nc-sa/2.0/' target='_blank' rel='noopener noreferrer'><img clear='right' align='left' alt='Creative Commons License' border='0' src='images/somerights20.gif' /></a>\nThis work is licensed under a <a href='http://creativecommons.org/licenses/by-nc-sa/2.0/' target='_blank' rel='noopener noreferrer'>Creative Commons License</a>.<br />\n<!-- /Creative Commons License -->\n<!--\n <rdf:RDF xmlns='http://web.resource.org/cc/' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>\n\t<Work rdf:about=''>\n\t <dc:type rdf:resource='http://purl.org/dc/dcmitype/Interactive' />\n\t <license rdf:resource='http://creativecommons.org/licenses/by-nc-sa/2.0/' />\n\t</Work>\n\t<License rdf:about='http://creativecommons.org/licenses/by-nc-sa/2.0/'>\n\t <permits rdf:resource='http://web.resource.org/cc/Reproduction' />\n\t <permits rdf:resource='http://web.resource.org/cc/Distribution' />\n\t <requires rdf:resource='http://web.resource.org/cc/Notice' />\n\t <requires rdf:resource='http://web.resource.org/cc/Attribution' />\n\t <prohibits rdf:resource='http://web.resource.org/cc/CommercialUse' />\n\t <permits rdf:resource='http://web.resource.org/cc/DerivativeWorks' />\n\t <requires rdf:resource='http://web.resource.org/cc/ShareAlike' />\n\t</License>\n </rdf:RDF>\n-->\n"

Please see the file LICENSE for a full textual description of the license.

MAJOR_VERSION

public mixed MAJOR_VERSION = 7

MINOR_VERSION

public mixed MINOR_VERSION = 1

RELEASE_VERSION

public mixed RELEASE_VERSION = 13

TEXT_DOMAIN_DEFAULT

public mixed TEXT_DOMAIN_DEFAULT = 'app_default'

VERSION

public mixed VERSION = '7.1.13 IDMarinas Edition'

VERSION_ID

public mixed VERSION_ID = 70113

VERSION_NUMBER

public mixed VERSION_NUMBER = self::VERSION_ID

CONFIG_EXTS

private mixed CONFIG_EXTS = '.{php,xml,yaml,yml}'

Methods

getProjectDir()

{@inheritdoc}

public getProjectDir() : string
Return values
string

registerBundles()

public registerBundles() : iteratable<string|int, mixed>
Return values
iteratable<string|int, mixed>

build()

protected build(ContainerBuilder $container) : void
Parameters
$container : ContainerBuilder
Return values
void

configureContainer()

protected configureContainer(ContainerBuilder $container, LoaderInterface $loader) : void
Parameters
$container : ContainerBuilder
$loader : LoaderInterface
Return values
void

configureRoutes()

protected configureRoutes(RouteCollectionBuilder $routes) : void
Parameters
$routes : RouteCollectionBuilder
Return values
void

Search results