lib

Lib Class provided by System to define API to load libs.

todo

better abstraction model

package

SYSTEM\LIB

Methods

Call css lib include

css() : string
static

Response

string

Returns path of the css lib to be included.

Call js lib include

js() : string
static

Response

string

Returns path of the js lib to be included.

Call php lib include

php() : boolean
static

Response

boolean

Returns true or false depending if lib could be loaded.

Default Version for every lib if not overritten by derived class

version() : string
static

Response

string

Returns version string of the library.