backdropImage
in package
Backdrop image file object
Tags
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
$path
Image file path
private
string
$path
= null
$selected
File was selected
private
bool
$selected
= null
$url
Image url
private
string
$url
= ''
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