Skip to content

LIB lib_system

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

LIB\lib_system

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

  • Class name: lib_system
  • Namespace: LIB
  • Parent class: LIB\lib_jscss

Methods

get_class

string LIB\lib_system::get_class()

Get Classname of the Library

  • Visibility: public
  • This method is static.

js_path

string LIB\lib_jscss::js_path()

Get js lib include path

  • Visibility: protected
  • This method is static.
  • This method is defined by LIB\lib_jscss

css_path

string LIB\lib_jscss::css_path()

Get Css lib include path

  • Visibility: protected
  • This method is static.
  • This method is defined by LIB\lib_jscss

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

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
Clone this wiki locally