lib_controll

lib_controll Class provided by System to register libs.

package

SYSTEM\LIB

Methods

Get all registered libs available

all() : array
static

Response

array

Returns array with lib classes.

Check if given class is a valid lib

check_lib(string $lib) : boolean
static

Arguments

$lib

string

Lib Class

Response

boolean

Returns true or false.

Register given class as lib

register(string $classname) : null
static

Arguments

$classname

string

Lib Class

Response

null

Returns null.

Properties

array Variable to store all registred libs

libs : 
static

Type(s)