Properties

$maxLifeTime

$maxLifeTime : integer

Maximum cache lifetime for this order in seconds.

Type

integer

$items

$items : array

Container for ordering results.

Type

array

$name

$name : string

Internal name of this order.

Type

string

Methods

__construct()

__construct(string  $name = 'ObjectId', integer|null  $maxLifeTime = null) 

ObjectId constructor.

Parameters

string $name

internal name

integer|null $maxLifeTime

maximum lifetime of cache files in seconds

__destruct()

__destruct() 

AbstractOrder destructor.

build()

build(\OpenEstate\PhpExport\Environment  $env) : boolean

Create an ordered array of object ID's.

Parameters

\OpenEstate\PhpExport\Environment $env

export environment

Returns

boolean —

true, if the data was successfully loaded

getFile()

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

Get the path to the cache file for this order.

Parameters

\OpenEstate\PhpExport\Environment $env

export environment

Returns

string —

absolute path to the cache file

getItems()

getItems(string  $lang) : array

Get the array of object ID's ordered by this class.

Parameters

string $lang

language code

Returns

array —

ordered array of object ID's

getName()

getName() : string

Get the internal order name.

Returns

string —

order name

getTitle()

getTitle(string  $lang) : string

Get the order title for the current language.

Parameters

string $lang

current language code

Returns

string —

title

read()

read(\OpenEstate\PhpExport\Environment  $env) : boolean

Load array with ordering values from cache file.

Parameters

\OpenEstate\PhpExport\Environment $env

export environment

Returns

boolean —

true, if the cache file was loaded, otherwise false

readOrRebuild()

readOrRebuild(\OpenEstate\PhpExport\Environment  $env) : boolean

Load array with ordering values from cache file.

If no valid cache file is available, load the data from available objects.

Parameters

\OpenEstate\PhpExport\Environment $env

export environment

Returns

boolean —

true, if the filter values were loaded, otherwise false

write()

write(\OpenEstate\PhpExport\Environment  $env) 

Write ordering values into the cache file.

Parameters

\OpenEstate\PhpExport\Environment $env

export environment

Throws

\Exception

if the cache file is not writable

getSortFlag()

getSortFlag() : integer

Get the flag for sorting the object values.

Returns

integer —

sort flag

getSortValue()

getSortValue(\OpenEstate\PhpExport\Environment  $env, array  $object, string  $lang) : string|integer|float

Get the sorted value of an object.

Parameters

\OpenEstate\PhpExport\Environment $env

export environment

array $object

array with object data

string $lang

language code

Returns

string|integer|float —

value used to sort the object

isLanguageSpecific()

isLanguageSpecific() : boolean

Determine, if each language requires separate sorting.

Returns

boolean —

true, if each language is ordered separately