Image uploads helper. More...
Public Member Functions | |
clean () | |
getWidth () | |
getHeight () | |
getType () | |
setMaxWidth ($max) | |
getMaxWidth () | |
setMinWidth ($min) | |
getMinWidth () | |
setMaxHeight ($max) | |
getMaxHeight () | |
setMinHeight ($min) | |
getMinHeight () | |
import ($scope) | |
Private Attributes | |
$width = null | |
$height = null | |
$maxWidth = null | |
$minWidth = null | |
$maxHeight = null | |
$minHeight = null | |
$type = null |
Image uploads helper.
Definition at line 17 of file PrimitiveImage.class.php.
PrimitiveImage::clean | ( | ) |
Reimplemented from PrimitiveFile.
Definition at line 33 of file PrimitiveImage.class.php.
PrimitiveImage::getHeight | ( | ) |
Definition at line 47 of file PrimitiveImage.class.php.
PrimitiveImage::getMaxHeight | ( | ) |
Definition at line 97 of file PrimitiveImage.class.php.
PrimitiveImage::getMaxWidth | ( | ) |
Definition at line 67 of file PrimitiveImage.class.php.
PrimitiveImage::getMinHeight | ( | ) |
Definition at line 112 of file PrimitiveImage.class.php.
PrimitiveImage::getMinWidth | ( | ) |
Definition at line 82 of file PrimitiveImage.class.php.
PrimitiveImage::getType | ( | ) |
Definition at line 52 of file PrimitiveImage.class.php.
PrimitiveImage::getWidth | ( | ) |
Definition at line 42 of file PrimitiveImage.class.php.
PrimitiveImage::import | ( | $ | scope | ) |
Reimplemented from PrimitiveFile.
Definition at line 117 of file PrimitiveImage.class.php.
PrimitiveImage::setMaxHeight | ( | $ | max | ) |
Definition at line 90 of file PrimitiveImage.class.php.
References RangedPrimitive::$max.
PrimitiveImage::setMaxWidth | ( | $ | max | ) |
Definition at line 60 of file PrimitiveImage.class.php.
References RangedPrimitive::$max.
PrimitiveImage::setMinHeight | ( | $ | min | ) |
Definition at line 105 of file PrimitiveImage.class.php.
References RangedPrimitive::$min.
PrimitiveImage::setMinWidth | ( | $ | min | ) |
Definition at line 75 of file PrimitiveImage.class.php.
References RangedPrimitive::$min.
PrimitiveImage::$height = null [private] |
Definition at line 20 of file PrimitiveImage.class.php.
Referenced by import().
PrimitiveImage::$maxHeight = null [private] |
Definition at line 25 of file PrimitiveImage.class.php.
PrimitiveImage::$maxWidth = null [private] |
Definition at line 22 of file PrimitiveImage.class.php.
PrimitiveImage::$minHeight = null [private] |
Definition at line 26 of file PrimitiveImage.class.php.
PrimitiveImage::$minWidth = null [private] |
Definition at line 23 of file PrimitiveImage.class.php.
PrimitiveImage::$type = null [private] |
Definition at line 28 of file PrimitiveImage.class.php.
Referenced by import().
PrimitiveImage::$width = null [private] |
Definition at line 19 of file PrimitiveImage.class.php.
Referenced by import().