Cheetah
|
Public Member Functions | |
__construct ($aModule) | |
initConfig () | |
getUploaders () | |
getUploadersMethods () | |
getFilesPath () | |
getFilesUrl () | |
getGlParam ($sPseud) | |
getMainPrefix () | |
getActionArray () | |
getAlbumMainActionsArray () | |
getUploaderSwitcher ($sLink='') | |
checkAllowedExts ($sExt) | |
checkAllowedExtsByFilename ($sFilename) | |
getUploaderList () | |
getAllUploaderArray ($sLink='') | |
getDefaultAlbums ($bProcessed=false, $aReplacement=array()) | |
![]() | |
getId () | |
getClassPrefix () | |
getDbPrefix () | |
getHomePath () | |
getClassPath () | |
getUri () | |
getBaseUri () | |
getHomeUrl () | |
Public Attributes | |
$sPrefix | |
$aGlParams | |
$aFilePostfix = array() | |
$aMemActions | |
$isPermalinkEnabled | |
$aDefaultAlbums | |
$aUploaders | |
$aFilesConfig = array() | |
![]() | |
$_iId | |
$_sVendor | |
$_sClassPrefix | |
$_sDbPrefix | |
$_sDirectory | |
$_sUri | |
$_sHomePath | |
$_sClassPath | |
$_sHomeUrl | |
$_sBaseUri | |
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 ChWsbFilesConfig.php.
ChWsbFilesConfig::__construct | ( | $aModule | ) |
Constructor
Reimplemented from ChWsbConfig.
Reimplemented in ChFilesConfig.
Definition at line 31 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::checkAllowedExts | ( | $sExt | ) |
Definition at line 174 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::checkAllowedExtsByFilename | ( | $sFilename | ) |
Definition at line 183 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::getActionArray | ( | ) |
Definition at line 124 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::getAlbumMainActionsArray | ( | ) |
Definition at line 151 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::getAllUploaderArray | ( | $sLink = '' | ) |
Definition at line 205 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::getDefaultAlbums | ( | $bProcessed = false , |
|
$aReplacement = array() |
|||
) |
Definition at line 218 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::getFilesPath | ( | ) |
Reimplemented in ChVideosConfig, and ChSoundsConfig.
Definition at line 103 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::getFilesUrl | ( | ) |
Reimplemented in ChVideosConfig, and ChSoundsConfig.
Definition at line 108 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::getGlParam | ( | $sPseud | ) |
Definition at line 113 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::getMainPrefix | ( | ) |
Definition at line 119 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::getUploaderList | ( | ) |
Definition at line 189 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::getUploaders | ( | ) |
ChWsbFilesConfig::getUploadersMethods | ( | ) |
Definition at line 94 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::getUploaderSwitcher | ( | $sLink = '' | ) |
Definition at line 162 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::initConfig | ( | ) |
Definition at line 41 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::$aDefaultAlbums |
Definition at line 22 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::$aFilePostfix = array() |
Definition at line 16 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::$aFilesConfig = array() |
Definition at line 26 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::$aGlParams |
Definition at line 14 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::$aMemActions |
Definition at line 18 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::$aUploaders |
Definition at line 24 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::$isPermalinkEnabled |
Definition at line 20 of file ChWsbFilesConfig.php.
ChWsbFilesConfig::$sPrefix |
Definition at line 12 of file ChWsbFilesConfig.php.