83 lines
665 B
Markdown
83 lines
665 B
Markdown
LIB\lib_controll
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: lib_controll
|
|
* Namespace: LIB
|
|
|
|
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
|
|
### $libs
|
|
|
|
private mixed $libs = array()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **private**
|
|
* This property is **static**.
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### check_lib
|
|
|
|
mixed LIB\lib_controll::check_lib($lib)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **private**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $lib **mixed**
|
|
|
|
|
|
|
|
### register
|
|
|
|
mixed LIB\lib_controll::register($classname)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $classname **mixed**
|
|
|
|
|
|
|
|
### all
|
|
|
|
mixed LIB\lib_controll::all()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
|