lib_system

Extends \LIB\lib_jscss

lib_system Class provided by System to serve system.js and system.css library.

package

LIB

Methods

Call css lib include

css() : string
inherited static

Response

string

Returns path of the css lib to be included.

Get Css lib include path

css_path() : string
inherited static

Response

string

Returns path of the css lib to be included (webpath).

Get Classname of the Library

get_class() : string
static

Response

string

Returns classname

Call js lib include

js() : string
inherited static

Response

string

Returns path of the js lib to be included.

Get js lib include path

js_path() : string
inherited static

Response

string

Returns path of the js lib to be included (webpath).

Call php lib include

php() : boolean
inherited 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
inherited static

Response

string

Returns version string of the library.