|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| loadImage () | |
| & | createImage () |
| getImageCount () | |
| loadReadGroups () | |
| isLoadedReadGroups () | |
| hasReadPerm ($groups) | |
| loadUploadGroups () | |
| isLoadedUploadGroups () | |
| hasUploadPerm ($groups) | |
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 | |
| $mImage = [] | |
| $_mImageLoadedFlag = false | |
| $mReadGroups = [] | |
| $_mReadGroupsLoadedFlag = false | |
| $mUploadGroups = [] | |
| $_mUploadGroupsLoadedFlag = false | |
Data Fields inherited from XoopsSimpleObject | |
| $mVars = [] | |
| $mIsNew = true | |
| $mDirname = null | |
Definition at line 15 of file imagecategory.php.
| __construct | ( | ) |
Reimplemented from XoopsSimpleObject.
Definition at line 33 of file imagecategory.php.
| & createImage | ( | ) |
Definition at line 61 of file imagecategory.php.
| getImageCount | ( | ) |
Definition at line 69 of file imagecategory.php.
| hasReadPerm | ( | $groups | ) |
If $groups has the permission of reading this object, return true.
| $groups |
Definition at line 108 of file imagecategory.php.
| hasUploadPerm | ( | $groups | ) |
Definition at line 150 of file imagecategory.php.
| isLoadedReadGroups | ( | ) |
Definition at line 98 of file imagecategory.php.
| isLoadedUploadGroups | ( | ) |
Definition at line 145 of file imagecategory.php.
| loadImage | ( | ) |
Definition at line 52 of file imagecategory.php.
| loadReadGroups | ( | ) |
Definition at line 75 of file imagecategory.php.
| loadUploadGroups | ( | ) |
Definition at line 122 of file imagecategory.php.
| $_mImageLoadedFlag = false |
Definition at line 18 of file imagecategory.php.
| $_mReadGroupsLoadedFlag = false |
Definition at line 24 of file imagecategory.php.
| $_mUploadGroupsLoadedFlag = false |
Definition at line 30 of file imagecategory.php.
| $mImage = [] |
Definition at line 17 of file imagecategory.php.
| $mReadGroups = [] |
Array of group objects which are allowed to read files of this category.
Definition at line 23 of file imagecategory.php.
| $mUploadGroups = [] |
Array of group objects which are allowed to upload a file to this category.
Definition at line 29 of file imagecategory.php.