PrimitiveImage Class Reference
[Base data types used in Form]

Image uploads helper. More...

Inheritance diagram for PrimitiveImage:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 clean ()
 
Returns:
PrimitiveImage

 getWidth ()
 getHeight ()
 getType ()
 setMaxWidth ($max)
 
Returns:
PrimitiveImage

 setMinWidth ($min)
 
Returns:
PrimitiveImage

 setMaxHeight ($max)
 
Returns:
PrimitiveImage

 setMinHeight ($min)
 
Returns:
PrimitiveImage

 import ($scope)

Private Attributes

 $width = null
 $height = null
 $maxWidth = null
 $minWidth = null
 $maxHeight = null
 $minHeight = null
 $type = null


Detailed Description

Image uploads helper.

Definition at line 18 of file PrimitiveImage.class.php.


Member Function Documentation

PrimitiveImage::clean (  ) 

Returns:
PrimitiveImage

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  ) 

Returns:
PrimitiveImage

Definition at line 61 of file PrimitiveImage.class.php.

References RangedPrimitive::$max.

PrimitiveImage::setMinWidth ( min  ) 

Returns:
PrimitiveImage

Definition at line 71 of file PrimitiveImage.class.php.

References RangedPrimitive::$min.

PrimitiveImage::setMaxHeight ( max  ) 

Returns:
PrimitiveImage

Definition at line 81 of file PrimitiveImage.class.php.

References RangedPrimitive::$max.

PrimitiveImage::setMinHeight ( min  ) 

Returns:
PrimitiveImage

Definition at line 91 of file PrimitiveImage.class.php.

References RangedPrimitive::$min.

PrimitiveImage::import ( scope  ) 

Reimplemented from PrimitiveFile.

Definition at line 98 of file PrimitiveImage.class.php.

References $height, $type, and $width.


Member Data Documentation

PrimitiveImage::$width = null [private]

Definition at line 20 of file PrimitiveImage.class.php.

Referenced by import().

PrimitiveImage::$height = null [private]

Definition at line 21 of file PrimitiveImage.class.php.

Referenced by import().

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]

Definition at line 29 of file PrimitiveImage.class.php.

Referenced by import().


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:13 2007 for onPHP by  doxygen 1.5.4