Deprecated
Table of Contents
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. |