Copied!

DestinationUrl

DestinationUrl.php : 13
Extends SortClause

This class is the base for SortClause classes, used to set sorting of URL queries.

Constants

publicSORT_ASC

SortClause.php : 18
public mixed SORT_ASC = 'ascending'

publicSORT_DESC

SortClause.php : 19
public mixed SORT_DESC = 'descending'

Properties

public $direction

SortClause.php : 21
public string $direction = self::SORT_ASC

public $target

SortClause.php : 23
public string $target

Methods

public__construct()

DestinationUrl.php : 15
public __construct([string $sortDirection = self::SORT_ASC ])

Parameters

Name Type Default value Description
$sortDirection string DestinationUrl::SORT_ASC -