Deprecated
Table of Contents
| Engines/Entities/ZedEntitiesRepository.php |
| Engines/Settings/Setting.php |
| includes/error.php |
| Models/Objects/Content.php |
| Models/Objects/Perso.php |
| Models/Objects/Ship.php |
ZedEntitiesRepository.php
| Line | Element | Reason |
|---|---|---|
| 27 | ZedEntitiesRepository::makeContent() |
Setting.php
| Line | Element | Reason |
|---|---|---|
| 109 | Setting::$handler | Create a method to your target object and use $this->method |
error.php
| Line | Element | Reason |
|---|---|---|
| 161 | old_message_die() | since 0.1 |
Content.php
| Line | Element | Reason |
|---|---|---|
| 62 | Content |
Perso.php
| Line | Element | Reason |
|---|---|---|
| 93 | Perso::get() | Move to an entities repository |
| 508 | Perso::get_first_perso() | This case is now handled by the TryAutoSelect class. |
Ship.php
| Line | Element | Reason |
|---|---|---|
| 87 | Ship::get() | Use an entities repository |