PHP Класс Get_js, 68kb

Наследование: extends Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( )
_remap ( ) Remap everything to index()
index ( ) Index Method

Описание методов

__construct() публичный Метод

public __construct ( )

_remap() публичный Метод

Remap everything to index()
public _remap ( )

index() публичный Метод

This gets the js file and strips out the version number and get_js from the file name. This is for caching js files. This is used so we can include js files from a view file so that we can use the language file. To call it use:
public index ( )