Public Member Functions | |
clean () | |
| |
getWidth () | |
getHeight () | |
getType () | |
setMaxWidth ($max) | |
| |
setMinWidth ($min) | |
| |
setMaxHeight ($max) | |
| |
setMinHeight ($min) | |
| |
import ($scope) | |
Private Attributes | |
$width = null | |
$height = null | |
$maxWidth = null | |
$minWidth = null | |
$maxHeight = null | |
$minHeight = null | |
$type = null |
Definition at line 18 of file PrimitiveImage.class.php.
PrimitiveImage::clean | ( | ) |
Reimplemented from PrimitiveFile.
Definition at line 34 of file PrimitiveImage.class.php.
PrimitiveImage::getWidth | ( | ) |
Definition at line 43 of file PrimitiveImage.class.php.
PrimitiveImage::getHeight | ( | ) |
Definition at line 48 of file PrimitiveImage.class.php.
PrimitiveImage::getType | ( | ) |
Definition at line 53 of file PrimitiveImage.class.php.
PrimitiveImage::setMaxWidth | ( | $ | max | ) |
Definition at line 61 of file PrimitiveImage.class.php.
References RangedPrimitive::$max.
PrimitiveImage::setMinWidth | ( | $ | min | ) |
Definition at line 71 of file PrimitiveImage.class.php.
References RangedPrimitive::$min.
PrimitiveImage::setMaxHeight | ( | $ | max | ) |
Definition at line 81 of file PrimitiveImage.class.php.
References RangedPrimitive::$max.
PrimitiveImage::setMinHeight | ( | $ | min | ) |
Definition at line 91 of file PrimitiveImage.class.php.
References RangedPrimitive::$min.
PrimitiveImage::import | ( | $ | scope | ) |
PrimitiveImage::$width = null [private] |
PrimitiveImage::$height = null [private] |
PrimitiveImage::$maxWidth = null [private] |
Definition at line 23 of file PrimitiveImage.class.php.
PrimitiveImage::$minWidth = null [private] |
Definition at line 24 of file PrimitiveImage.class.php.
PrimitiveImage::$maxHeight = null [private] |
Definition at line 26 of file PrimitiveImage.class.php.
PrimitiveImage::$minHeight = null [private] |
Definition at line 27 of file PrimitiveImage.class.php.
PrimitiveImage::$type = null [private] |