Documentation

thumbnailCreator
in package

Image file objekt

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2024, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
5.2.0-rc2

Table of Contents

$destination  : string
Desination full path
$fn  : string
Creator function name
$parent  : string
Thumbnail parent path
$source  : string
Source full path
$thumbSize  : int
Thumbnail size in pixel
__construct()  : mixed
Constructor
create()  : bool
Create thumbnail with \Intervention\Image
createLegacy()  : bool
Create thumbnail with PHPImageWorkshop
getFunctionName()  : string
Creator function name

Properties

Methods

__construct()

Constructor

public __construct(string $source, string $destination) : mixed
Parameters
$source : string
$destination : string
Return values
mixed

create()

Create thumbnail with \Intervention\Image

public create(string $type) : bool
Parameters
$type : string
Return values
bool

createLegacy()

Create thumbnail with PHPImageWorkshop

public createLegacy() : bool
Return values
bool

getFunctionName()

Creator function name

public static getFunctionName() : string
Return values
string

Search results