Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Basic  basic class

Description: keep it simple

Load and initiate classes and config files.

* All classes/files will be loaded from labYard directory - So they must exist there.

List of variables/parameters:

defaultItinerary declare about the default itinerary basic::$defaultItinerary;

currentItinerary current itinerary set basic::$currentItinerary;

cfg stores all global config settings basic::$cfg;

loaded list of loaded instances basic::$loaded;

List of methods/functions:

__construct auto load

getItinerary get the correct itinerary this::getItinerary();

load make new instance or load specific class this::load();

newInstance make new instance of specific class this::newInstance();

loadCfg load configuration settings this::loadCfg();

requireClassP add the class file to the memory this::requireClass();

logLoadedP log loaded config/class names this::logLoaded();

Info Panel
Roll it!   ⇔