|
Cheetah
|
Public Member Functions | |
| __construct ( $sDBTable, $sCacheFile) | |
| createUserPage () | |
| savePageWidth ( $sPageWidth) | |
| createCache ($iBlockId=0) | |
| checkNewBlock ( $iBlockID) | |
| deleteCustomPage ($sPageName) | |
| deleteBlock ( $iBlockID) | |
| resetPage () | |
| saveItem ( $aData) | |
| saveColsWidths ( $aWidths) | |
| saveBlocks ( $aColumns) | |
| getCssCode () | |
| showBuildZone () | |
| getPageSelector () | |
| getPages () | |
| checkAjaxMode () | |
| showPropForm ($iBlockID) | |
| showNewPageForm () | |
Public Attributes | |
| $aPages = array() | |
| $oPage | |
| $sPage_db | |
| $sDBTable | |
| $bAjaxMode = false | |
| $aTitles | |
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 8 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::__construct | ( | $sDBTable, | |
| $sCacheFile | |||
| ) |
Definition at line 17 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::checkAjaxMode | ( | ) |
Definition at line 486 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::checkNewBlock | ( | $iBlockID | ) |
Definition at line 223 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::createCache | ( | $iBlockId = 0 | ) |
Definition at line 200 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::createUserPage | ( | ) |
Definition at line 168 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::deleteBlock | ( | $iBlockID | ) |
Definition at line 272 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::deleteCustomPage | ( | $sPageName | ) |
Definition at line 256 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::getCssCode | ( | ) |
Definition at line 389 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::getPages | ( | ) |
Definition at line 475 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::getPageSelector | ( | ) |
Definition at line 446 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::resetPage | ( | ) |
Definition at line 289 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::saveBlocks | ( | $aColumns | ) |
Definition at line 368 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::saveColsWidths | ( | $aWidths | ) |
Definition at line 354 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::saveItem | ( | $aData | ) |
Definition at line 303 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::savePageWidth | ( | $sPageWidth | ) |
Definition at line 191 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::showBuildZone | ( | ) |
Definition at line 394 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::showNewPageForm | ( | ) |
Definition at line 742 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::showPropForm | ( | $iBlockID | ) |
Definition at line 492 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::$aPages = array() |
Definition at line 10 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::$aTitles |
Definition at line 15 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::$bAjaxMode = false |
Definition at line 14 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::$oPage |
Definition at line 11 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::$sDBTable |
Definition at line 13 of file ChWsbPageViewAdmin.php.
| ChWsbPageViewAdmin::$sPage_db |
Definition at line 12 of file ChWsbPageViewAdmin.php.