\OpenEstate\PhpExport\ActionSetListingOrder

Change ordering of the listing view.

Summary

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

Constants

NAME

NAME

Action name.

Properties

$orderParameter

$orderParameter : string

Parameter name for the ordering method.

Type

string

$directionParameter

$directionParameter : string

Parameter name for the ordering direction.

Type

string

$name

$name : string

Internal name of this action.

Type

string

Methods

__construct()

__construct(string  $name = self::NAME) 

SetListingOrder 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, string|null  $order = null, string|null  $direction = null) : array

Get parameter values for this action.

Parameters

\OpenEstate\PhpExport\Environment $env

export environment

string|null $order

name of the ordering method

string|null $direction

direction of ordering ("asc" or "desc")

Returns

array —

associative array with parameter values

getUrl()

getUrl(\OpenEstate\PhpExport\Environment  $env, string|null  $order = null, string|null  $direction = null) : string

Get url for this action.

Parameters

\OpenEstate\PhpExport\Environment $env

export environment

string|null $order

name of the ordering method

string|null $direction

direction of ordering ("asc" or "desc")

Returns

string —

url