Loaded
Function: class global
Visibility: public static
Parameter: $loaded
Description:
List of loaded instances that was made with basic class. Classes that have more then 1 instance will be marked with "*" on the key name. Configs/classes that already have been loaded before will be marked with "+" on the key name. Don't be alarm if you see too many "+" signs, it's not loaded more then once into memory, it's just a notification that the configs/classes was asked to be loaded more then once. Basically it was loaded only once with a singelton design.
Return:
array - List of loaded configs and instances.
Callable from (extended classes):
application: controller,view
advanced: controller,view
operators: controller,view
api: controller,view
example: 1
What is loaded? Let's print it out.
How to call (example):
Possible outcome (example):
Output: