Inherited Variables
Inherited Constants
Inherited Methods
Class Details
[ Top ]
Class Variables
Class Methods
__construct
ImageManipulator __construct(
[
$imagePath = false])
[line 21]
Tags:
- access - public
Parameters:
- $imagePath -
[ Top ]
getHeight
void getHeight(
)
[line 91]
Tags:
- access - public
Parameters:
[ Top ]
getImagePath
void getImagePath(
)
[line 86]
Tags:
- access - public
Parameters:
[ Top ]
getQuality
void getQuality(
)
[line 101]
Tags:
- access - public
Parameters:
[ Top ]
getType
void getType(
)
[line 106]
Tags:
- access - public
Parameters:
[ Top ]
getValidTypes
void getValidTypes(
)
[line 111]
Tags:
- access - public
Parameters:
[ Top ]
getWidth
void getWidth(
)
[line 96]
Tags:
- access - public
Parameters:
[ Top ]
isValidImage
void isValidImage(
)
[line 69]
Tags:
- access - public
Parameters:
[ Top ]
resize
void resize(
$width,
$height,
$newPath)
[line 51]
Tags:
- access - public
Parameters:
- $width -
- $height -
- $newPath -
[ Top ]
setImage
void setImage(
$imagePath)
[line 33]
Tags:
- access - public
Parameters:
- $imagePath -
[ Top ]