PHP Class Frontend\Core\Engine\FrontendFormImage

Inheritance: extends SpoonFormImage
Datei anzeigen Open project: forkcms/forkcms

Public Methods

Method Description
__construct ( string $name, $class = 'inputFilefield', $classError = 'inputFilefieldError' ) Constructor.
generateThumbnails ( string $path, string $filename ) Generate thumbnails based on the folders in the path Use - 128x128 as folder name to generate an image that where the width will be 128px and the height will be 128px - 128x as folder name to generate an image that where the width will be 128px, the height will be calculated based on the aspect ratio.
getErrors ( ) : string This function will return the errors. It is extended so we can do image checks automatically.

Method Details

__construct() public method

Constructor.
See also: SpoonFormFile::__construct()
public __construct ( string $name, $class = 'inputFilefield', $classError = 'inputFilefieldError' )
$name string The name.

generateThumbnails() public method

- x128 as folder name to generate an image that where the width will be 128px, the height will be calculated based on the aspect ratio.
public generateThumbnails ( string $path, string $filename )
$path string
$filename string

getErrors() public method

This function will return the errors. It is extended so we can do image checks automatically.
public getErrors ( ) : string
return string