\OpenEstate\PhpExport\ProviderYouTubeVideo

An embedded view for a video of youtube.com.

Summary

Methods
Properties
Constants
__construct()
__destruct()
getBody()
getHeaderElements()
No public properties found
NAME
No protected methods found
No protected properties found
N/A
No private methods found
$width
$height
N/A

Constants

NAME

NAME

Provider name.

Properties

$width

$width : integer

Initial width of the embedded video in pixels.

Type

integer

$height

$height : integer

Initial height of the embedded video in pixels.

Type

integer

Methods

__construct()

__construct(integer|null  $width = null, integer|null  $height = null) 

YouTubeVideo constructor.

Parameters

integer|null $width

initial width of the embedded video in pixels

integer|null $height

initial height of the embedded video in pixels

__destruct()

__destruct() 

AbstractProvider destructor.

getBody()

getBody(string  $linkId, string|null  $linkUrl = null, string|null  $linkTitle = null) : string

Get HTML code for the embedded view.

Parameters

string $linkId

ID, that is used by the provider to identify the target

string|null $linkUrl

link URL

string|null $linkTitle

link title

Returns

string —

HTML code

getHeaderElements()

getHeaderElements() : array

Get HTML header elements for the embedded view.

Returns

array —

header elements