$maxLifeTime
$maxLifeTime : integer
Maximum cache lifetime for this filter in seconds.
Filter by region.
build(\OpenEstate\PhpExport\Environment $env) : boolean
Create an array of object ID's, that are matched by this filter.
\OpenEstate\PhpExport\Environment | $env | export environment |
true, if the data was successfully loaded
getFile(\OpenEstate\PhpExport\Environment $env) : string
Get the path to the cache file for this filter.
\OpenEstate\PhpExport\Environment | $env | export environment |
absolute path to the cache file
getWidget(\OpenEstate\PhpExport\Environment $env, string $selectedValue = null) : \OpenEstate\PhpExport\Html\AbstractInputElement|null
Create a HTML widget for a selection on this filter.
\OpenEstate\PhpExport\Environment | $env | export environment |
string | $selectedValue | selected filter value |
created HTML widget or null, if it can't be created
read(\OpenEstate\PhpExport\Environment $env) : boolean
Load array with filter values from cache file.
\OpenEstate\PhpExport\Environment | $env | export environment |
true, if the cache file was loaded, otherwise false
readOrRebuild(\OpenEstate\PhpExport\Environment $env) : boolean
Load array with filter values from cache file.
If no valid cache file is available, load the data from available objects.
\OpenEstate\PhpExport\Environment | $env | export environment |
true, if the filter values were loaded, otherwise false
write(\OpenEstate\PhpExport\Environment $env)
Write filter values into the cache file.
\OpenEstate\PhpExport\Environment | $env | export environment |
if the cache file is not writable