Todo List
DObject | --DAutomatedUploader | --DImageUploader
ImageUploader __construct( [string $fieldName = -1], [string $uploadDir = -1])
void createCroppedCopy( int $x, int $y, int $width, int $height)
void createResizedCopy( int $width, int $height, bool $keepAspectRation, [ $stretch = false])
bool saveResizedCopy( string $prefix, [string $pathToSave = -1], [ $quality = 90])
void setFieldName( string $fieldName)
void setFilePath( string $filePath)
[line 19]
[line 18]