Skip to content

LIB lib_jscss

Ulf Gebhardt edited this page Jul 25, 2017 · 3 revisions

LIB\lib_jscss

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

  • Class name: lib_jscss
  • Namespace: LIB
  • This is an abstract class
  • Parent class: LIB\lib

Methods

js_path

string LIB\lib_jscss::js_path()

Get js lib include path

  • Visibility: protected
  • This method is static.

css_path

string LIB\lib_jscss::css_path()

Get Css lib include path

  • Visibility: protected
  • This method is static.

php

boolean LIB\lib::php()

Call php lib include

  • Visibility: public
  • This method is static.
  • This method is defined by LIB\lib

css

string LIB\lib::css()

Call css lib include

  • Visibility: public
  • This method is static.
  • This method is defined by LIB\lib

js

string LIB\lib::js()

Call js lib include

  • Visibility: public
  • This method is static.
  • This method is defined by LIB\lib

version

string LIB\lib::version()

Default Version for every lib if not overritten by derived class

  • Visibility: public
  • This method is static.
  • This method is defined by LIB\lib
Clone this wiki locally