Documentation

backdropImage
in package

Backdrop image file object

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2022, Stefan Seehafer

license

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

Table of Contents

$creditFilePath  : string|null
Credit file path
$path  : string
Image file path
$selected  : bool
File was selected
$url  : string
Image url
__construct()  : mixed
getCredits()  : string
Return credit .txt file content
getUrl()  : string
Returns image url
hasBackdrop()  : bool
Check if backdrop exists

Properties

$creditFilePath

Credit file path

private string|null $creditFilePath = null

Methods

__construct()

public __construct([bool $fallback = false ]) : mixed
Parameters
$fallback : bool = false
Return values
mixed

getCredits()

Return credit .txt file content

public getCredits() : string
Return values
string

getUrl()

Returns image url

public getUrl() : string
Return values
string

hasBackdrop()

Check if backdrop exists

public hasBackdrop() : bool
Return values
bool

Search results