|
XOOPS
2.6.0
|
Public Member Functions | |
| buildThumbPath ($imgPath, $width, $height) | |
| init () | |
Public Member Functions inherited from Xoops\Module\Helper\HelperAbstract | |
| disableCache () | |
| getConfig ($name) | |
| getConfigs () | |
| getForm ($obj, $name) | |
| getHandler ($name) | |
| getModule () | |
| init () | |
| isCurrentModule () | |
| isUserAdmin () | |
| loadLanguage ($language) | |
| loadLocale () | |
| path ($path= '') | |
| redirect ($url, $time=3, $message= '', $addredirect=true, $allowExternalLink=false) | |
| url ($url= '') | |
| xoops () | |
Additional Inherited Members | |
Static Public Member Functions inherited from Xoops\Module\Helper\HelperAbstract | |
| static | getInstance () |
Protected Member Functions inherited from Xoops\Module\Helper\HelperAbstract | |
| _addLog ($log) | |
| setDebug ($debug) | |
| setDirname ($dirname) | |
Protected Attributes inherited from Xoops\Module\Helper\HelperAbstract | |
| $_debug = false | |
| $_dirname = '' | |
| $_module = null | |
Definition at line 24 of file helper.php.
| Thumbs::buildThumbPath | ( | $imgPath, | |
| $width, | |||
| $height | |||
| ) |
buildThumbPath
| string | $imgPath | xoops virtual path to image to be thumbed |
| integer | $width | maximum width of thumbnail in pixels, 0 to use default |
| integer | $height | maximum height of thumbnail in pixels, 0 to use default |
Definition at line 45 of file helper.php.
References $height, $imgPath, $thumbPath, $width, and Xoops\Module\Helper\HelperAbstract\getConfig().
| Thumbs::init | ( | ) |