PHP Класс Frontend\Core\Engine\FrontendFormImage

Наследование: extends SpoonFormImage
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный метод

Constructor.
См. также: SpoonFormFile::__construct()
public __construct ( string $name, $class = 'inputFilefield', $classError = 'inputFilefieldError' )
$name string The name.

generateThumbnails() публичный метод

- 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() публичный метод

This function will return the errors. It is extended so we can do image checks automatically.
public getErrors ( ) : string
Результат string