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

RequireClass

Type: core

Class: Basic

Platform: 2v

Function: requireClass

Visibility: private static

Parameter: requireClass($class,$directory,$params)

Description:
Asks to include/require the class file from it's directory and adds the file to the memory. This is a private function and not to be used outside of this class.
Parameters:
(required) - string - $class - The class name.
(optional) - string - $directory - The directory in which the class exists.
Return:
bool|string - The class name.
Callable from (extended classes):
application: no
advanced: no
operators: no
api: no
Info Panel
Roll it!   ⇔