Deprecated
Table of Contents
constants.php
| Line | Element | Reason |
|---|---|---|
| 20 | DEV_VERSION | Use DEBUG_ENABLED and ApplicationKernel::isDebugEnabled() |
PermanentEntity.php
| Line | Element | Reason |
|---|---|---|
| 568 | PermanentEntity::logEvent() | USe another function or update this one |
| 727 | PermanentEntity::get() | Use static::getSelectRequest() |
| 907 | PermanentEntity::getLogEvent() | |
| 986 | PermanentEntity::ei() | Use SqlSelectRequest |
| 999 | PermanentEntity::escapeIdentifier() | Use SqlSelectRequest |
| 1199 | PermanentEntity::_text() | Use static::text() or t() |
| 1226 | PermanentEntity::getClass() | USe static::class instead |
| 52 | PermanentEntity::$instanceName | TODO Remove it |
_loader.php
| Line | Element | Reason |
|---|---|---|
| 50 | _t() | Use echo t() |
| 65 | sanitizeNumber() | Use parseNumber() |
_loader.php
| Line | Element | Reason |
|---|---|---|
| 29 | _u() | Use u() with echo |
CliRequest.php
| Line | Element | Reason |
|---|---|---|
| 185 | CliRequest::setContent() | Function is wrongly implemented |