lib_php

Extends \LIB\lib

php lib Class provided by System to provide php 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.

Call js lib include

js() : string
inherited static

Response

string

Returns path of the js lib to be included.

Call php lib include

php() : boolean
inherited static

Response

boolean

Returns true or false depending if lib could be loaded.

include the php files to be used

php_autoload() : null
static

Response

null

Returns null

Default Version for every lib if not overritten by derived class

version() : string
inherited static

Response

string

Returns version string of the library.