Legend of the Green Dragon

Deprecated

Table of Contents

lib/showform.php
src/core/Application.php
src/core/EventManagerAware.php
src/core/Fixed/Doctrine.php
src/core/Fixed/FlashMessages.php
src/core/Fixed/Format.php
src/core/Fixed/HookManager.php
src/core/Fixed/Kernel.php
src/core/Fixed/Navigation.php
src/core/Fixed/Request.php
src/core/Fixed/Response.php
src/core/Fixed/Sanitize.php
src/core/Fixed/Session.php
src/core/Fixed/Theme.php
src/core/Fixed/Translator.php
src/core/Hook.php
src/core/Pattern/Cache.php
src/core/Pattern/Censor.php
src/core/Pattern/Container.php
src/core/Pattern/Doctrine.php
src/core/Pattern/EntityHydrator.php
src/core/Pattern/Format.php
src/core/Pattern/HookManager.php
src/core/Pattern/Http.php
src/core/Pattern/Jaxon.php
src/core/Pattern/LotgdCore.php
src/core/Pattern/Navigation.php
src/core/Pattern/Output.php
src/core/Pattern/Sanitize.php
src/core/Pattern/Settings.php
src/core/Pattern/Template.php
src/core/Pattern/ThemeList.php
src/core/Pattern/Translator.php

showform.php

Line Element Reason
23 lotgd_showform()

Application.php

Line Element Reason
21 Application deleted in future version. Use Lotgd\Core\Kernel.

EventManagerAware.php

Line Element Reason
24 EventManagerAware

Doctrine.php

Line Element Reason
22 Doctrine

FlashMessages.php

Line Element Reason
21 FlashMessages

Format.php

Line Element Reason
24 Format

HookManager.php

Line Element Reason
21 HookManager

Kernel.php

Line Element Reason
21 Kernel

Navigation.php

Line Element Reason
22 Navigation

Request.php

Line Element Reason
21 Request

Response.php

Line Element Reason
21 Response

Sanitize.php

Line Element Reason
24 Sanitize

Session.php

Line Element Reason
21 Session

Theme.php

Line Element Reason
21 Theme

Translator.php

Line Element Reason
26 Translator

Hook.php

Line Element Reason
19 Hook in favor of Symfony Event Dispacher in version 7.0.0 (LoTGD Core is a Symfony App in this version)

Cache.php

Line Element Reason
24 Cache use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Censor.php

Line Element Reason
22 Censor use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Container.php

Line Element Reason
19 Container use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Doctrine.php

Line Element Reason
23 Doctrine use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

EntityHydrator.php

Line Element Reason
23 EntityHydrator use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Format.php

Line Element Reason
22 Format use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

HookManager.php

Line Element Reason
24 HookManager use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Http.php

Line Element Reason
23 Http use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Jaxon.php

Line Element Reason
22 Jaxon use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

LotgdCore.php

Line Element Reason
20 LotgdCore use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Navigation.php

Line Element Reason
23 Navigation use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Output.php

Line Element Reason
23 Output use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Sanitize.php

Line Element Reason
22 Sanitize use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Settings.php

Line Element Reason
23 Settings use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Template.php

Line Element Reason
24 Template use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

ThemeList.php

Line Element Reason
21 ThemeList use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Translator.php

Line Element Reason
22 Translator use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Search results