* and anything else that might need to be passed around
* before we spit the page out.
*
+ * @internal
*/
final class AppLegacy implements AppHelper
{
/**
* Dependency Injection Container
+ *
+ * @internal
*/
interface Container
{
/**
* Wrapper for the Dice class to make some basic setups
+ *
+ * @internal
*/
final class DiceContainer implements Container
{
*
* @see \Friendica\Core\Logger\Factory\StreamLogger
* @see \Friendica\Core\Logger\Factory\SyslogLogger
+ *
+ * @internal
*/
final class LegacyLoggerFactory implements LoggerFactory
{
/**
* Manager for the core logging instances
+ *
+ * @internal
*/
final class LoggerManager
{