\OpenEstate\PhpExport\ActionAbstractAction

An abstract action.

Summary

Methods
Properties
Constants
__construct()
__destruct()
execute()
getName()
getParameters()
getUrl()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$name
N/A

Properties

$name

$name : string

Internal name of this action.

Type

string

Methods

__construct()

__construct(string  $name) 

AbstractAction constructor.

Parameters

string $name

internal name

__destruct()

__destruct() 

AbstractAction destructor.

execute()

execute(\OpenEstate\PhpExport\Environment  $env) : mixed

Execute this action.

Parameters

\OpenEstate\PhpExport\Environment $env

export environment

Returns

mixed —

action result

getName()

getName() : string

Get the internal action name.

Returns

string —

action name

getParameters()

getParameters(\OpenEstate\PhpExport\Environment  $env) : array

Get parameter values for this action.

Parameters

\OpenEstate\PhpExport\Environment $env

export environment

Returns

array —

associative array with parameter values

getUrl()

getUrl(\OpenEstate\PhpExport\Environment  $env) : string

Get url for this action.

Parameters

\OpenEstate\PhpExport\Environment $env

export environment

Returns

string —

url