XOOPS  2.6.0
Thumbs Class Reference
Inheritance diagram for Thumbs:
Inheritance graph

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
 

Detailed Description

Definition at line 24 of file helper.php.

Member Function Documentation

Thumbs::buildThumbPath (   $imgPath,
  $width,
  $height 
)

buildThumbPath

Parameters
string$imgPathxoops virtual path to image to be thumbed
integer$widthmaximum width of thumbnail in pixels, 0 to use default
integer$heightmaximum height of thumbnail in pixels, 0 to use default
Returns
string xoops virtual path for the thumbnail

Definition at line 45 of file helper.php.

References $height, $imgPath, $thumbPath, $width, and Xoops\Module\Helper\HelperAbstract\getConfig().

Here is the call graph for this function:

Thumbs::init ( )

init

Returns
void

Definition at line 31 of file helper.php.


The documentation for this class was generated from the following file: