lib_jscss

Extends \LIB\lib

js+css lib Class provided by System to provide js+css libs.

todo

better abstraction model

package

SYSTEM\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
static

Response

string

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

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
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.