|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| loadBanner () | |
| loadBannerCount () | |
| & | createBanner () |
| loadBannerfinish () | |
| loadFinishBannerCount () | |
| & | createBannerfinish () |
Public Member Functions inherited from XoopsSimpleObject | |
| setNew () | |
| unsetNew () | |
| isNew () | |
| initVar ($key, $dataType, $value=null, $required=false, $size=null) | |
| assignVar ($key, $value) | |
| assignVars ($values) | |
| set ($key, $value) | |
| get ($key) | |
| gets () | |
| setVar ($key, $value) | |
| setVars ($values) | |
| getVar ($key) | |
| getShow ($key) | |
| getTypeInformations () | |
| getPurifiedHtml ( $key, $encoding=null, $doctype=null) | |
| getDirname () | |
Data Fields | |
| $mBanners = [] | |
| $_mBannersLoadedFlag = false | |
| $mFinishBanners = [] | |
| $_mFinishBannersLoadedFlag = false | |
| $mBannerCount = null | |
| $_mBannerCountLoadedFlag = false | |
| $mFinishBannerCount = null | |
| $_mFinishBannerCountLoadedFlag = false | |
Data Fields inherited from XoopsSimpleObject | |
| $mVars = [] | |
| $mIsNew = true | |
| $mDirname = null | |
Definition at line 7 of file bannerclient.php.
| __construct | ( | ) |
Reimplemented from XoopsSimpleObject.
Definition at line 24 of file bannerclient.php.
| & createBanner | ( | ) |
Definition at line 59 of file bannerclient.php.
| & createBannerfinish | ( | ) |
Definition at line 85 of file bannerclient.php.
| loadBanner | ( | ) |
Definition at line 41 of file bannerclient.php.
| loadBannerCount | ( | ) |
Definition at line 50 of file bannerclient.php.
| loadBannerfinish | ( | ) |
Definition at line 67 of file bannerclient.php.
| loadFinishBannerCount | ( | ) |
Definition at line 76 of file bannerclient.php.
| $_mBannerCountLoadedFlag = false |
Definition at line 19 of file bannerclient.php.
| $_mBannersLoadedFlag = false |
Definition at line 10 of file bannerclient.php.
| $_mFinishBannerCountLoadedFlag = false |
Definition at line 22 of file bannerclient.php.
| $_mFinishBannersLoadedFlag = false |
Definition at line 16 of file bannerclient.php.
| $mBannerCount = null |
Definition at line 18 of file bannerclient.php.
| $mBanners = [] |
Definition at line 9 of file bannerclient.php.
| $mFinishBannerCount = null |
Definition at line 21 of file bannerclient.php.
| $mFinishBanners = [] |
Definition at line 15 of file bannerclient.php.