HumHub Documentation (unofficial)

AbstractImagine
in package
implements ImagineInterface

AbstractYes

Table of Contents

Interfaces

ImagineInterface
The imagine interface.

Properties

$classFactory  : ClassFactoryInterface
$metadataReader  : MetadataReaderInterface|null

Methods

getClassFactory()  : ClassFactoryInterface
Get the class factory instance to be used.
getMetadataReader()  : MetadataReaderInterface
Get the object to be used to read image metadata.
setClassFactory()  : $this
Set the class factory instance to be used.
setMetadataReader()  : $this
Set the object to be used to read image metadata.
checkPath()  : string
Checks a path that could be used with ImagineInterface::open and returns a proper string.

Properties

Methods

checkPath()

Checks a path that could be used with ImagineInterface::open and returns a proper string.

protected checkPath(string|object $path) : string
Parameters
$path : string|object
Tags
throws
InvalidArgumentException

in case the given path is invalid

Return values
string

        
On this page

Search results