Cheetah
Public Member Functions | Public Attributes | List of all members
ChLang Class Reference

Public Member Functions

 __construct ($sLang, $sSkin)
 
 setVisualProcessing ($i)
 
 compile ()
 
 _cleanJsCache ()
 
 _copyFromOrig ()
 
 _replaceVars ($sFilePath)
 
 _replacePatches (&$s)
 
 _langReplaceHandler ($m)
 
 _replaceLangs (&$s)
 
 _fullCopy ($source, $target, $recursively=true)
 
 _fileGetContents ($sFilePath)
 
 _filePutContents ($sFilePath, $s)
 

Public Attributes

 $_sLang = 'en'
 
 $_sSkin = 'default'
 
 $_iVisualProcessing = true
 

Detailed Description

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 10 of file ChLang.php.

Constructor & Destructor Documentation

◆ __construct()

ChLang::__construct (   $sLang,
  $sSkin 
)

Definition at line 16 of file ChLang.php.

Member Function Documentation

◆ _cleanJsCache()

ChLang::_cleanJsCache ( )

Definition at line 36 of file ChLang.php.

◆ _copyFromOrig()

ChLang::_copyFromOrig ( )

Definition at line 54 of file ChLang.php.

◆ _fileGetContents()

ChLang::_fileGetContents (   $sFilePath)

Definition at line 166 of file ChLang.php.

◆ _filePutContents()

ChLang::_filePutContents (   $sFilePath,
  $s 
)

Definition at line 171 of file ChLang.php.

◆ _fullCopy()

ChLang::_fullCopy (   $source,
  $target,
  $recursively = true 
)

Definition at line 128 of file ChLang.php.

◆ _langReplaceHandler()

ChLang::_langReplaceHandler (   $m)

Definition at line 118 of file ChLang.php.

◆ _replaceLangs()

ChLang::_replaceLangs ( $s)

Definition at line 123 of file ChLang.php.

◆ _replacePatches()

ChLang::_replacePatches ( $s)

Definition at line 104 of file ChLang.php.

◆ _replaceVars()

ChLang::_replaceVars (   $sFilePath)

Definition at line 80 of file ChLang.php.

◆ compile()

ChLang::compile ( )

Definition at line 27 of file ChLang.php.

◆ setVisualProcessing()

ChLang::setVisualProcessing (   $i)

Definition at line 22 of file ChLang.php.

Member Data Documentation

◆ $_iVisualProcessing

ChLang::$_iVisualProcessing = true

Definition at line 14 of file ChLang.php.

◆ $_sLang

ChLang::$_sLang = 'en'

Definition at line 12 of file ChLang.php.

◆ $_sSkin

ChLang::$_sSkin = 'default'

Definition at line 13 of file ChLang.php.


The documentation for this class was generated from the following file: