\OpenEstate\PhpExport\ProviderAbstractLinkProvider

An abstract embedded view for a provider link.

Summary

Methods
Properties
Constants
__construct()
__destruct()
getHeaderElements()
getBody()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct() 

AbstractLinkProvider constructor.

__destruct()

__destruct() 

AbstractLinkProvider destructor.

getHeaderElements()

getHeaderElements() : array

Get HTML header elements for the embedded view.

Returns

array —

header elements

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