|
| __construct () |
|
| setupPostData ( $num=1) |
|
| getTemporaryPath () |
|
| getFilename () |
|
| getRandomFileName ($prefix, $salt=null) |
|
| isImage ( $tsize=0) |
|
| isDeleted () |
|
| getImageInfo ($type, $tsize=0) |
|
| makeImageTag ( $tsize=1, $htmlId=null, $htmlClass=null) |
|
| getFilePath ($tsize=0) |
|
| getFileUrl ($tsize=0) |
|
| 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 () |
|
◆ __construct()
◆ getFilename()
◆ getFilePath()
getFilePath |
( |
| $tsize = 0 | ) |
|
|
abstract |
getFilePath
- Parameters
-
- Returns
- string
◆ getFileUrl()
getFileUrl
- Parameters
-
- Returns
- string
◆ getImageInfo()
getImageInfo |
( |
| $type, |
|
|
| $tsize = 0 ) |
◆ getRandomFileName()
getRandomFileName |
( |
| $prefix, |
|
|
| $salt = null ) |
◆ getTemporaryPath()
◆ isDeleted()
◆ isImage()
◆ makeImageTag()
makeImageTag |
( |
| $tsize = 1, |
|
|
| $htmlId = null, |
|
|
| $htmlClass = null ) |
|
abstract |
makeImageTag
- Parameters
-
int | $tsize | |
string | $htmlId | |
string | $htmlClass | |
- Returns
- string
- Parameters
-
$tsize | * int ** |
$htmlId | * string ** |
$htmlClass | * string ** |
◆ setupPostData()
setupPostData |
( |
| $num = 1 | ) |
|
◆ $_mFilename
◆ $_mIsDeleted
◆ $_mTemporaryPath
◆ $mDirArray
◆ IMAGE_TAG
const IMAGE_TAG = '<img src="%s" width="%d" height="%d" alt="%s">' |
◆ SWF_TAG
Initial value:= '<object data="%s" type="application/x-shockwave-flash" width="%d" height="%d"><param name="movie" value="%s" /><param name=loop value=false>
</object>'
Definition at line 20 of file AbstractImageObject.class.php.
The documentation for this class was generated from the following file: