Listing
class Listing extends AbstractListing (View source)
Properties
protected AbstractDao | $dao | from AbstractModel | |
protected string|array | $order | from AbstractListing | |
protected string|array | $orderKey | from AbstractListing | |
protected int | $limit | from AbstractListing | |
protected int | $offset | from AbstractListing | |
protected string | $condition | from AbstractListing | |
protected array | $conditionVariables | from AbstractListing | |
protected array | $conditionVariablesFromSetCondition | from AbstractListing | |
protected string | $groupBy | from AbstractListing | |
protected array | $validOrders | from AbstractListing | |
protected array | $conditionParams | from AbstractListing | |
array | $list | Contains the results of the list. They are all an instance of Classificationstore_KeyConfig | |
bool | $includeDisabled |
Methods
bool
isValidOrderKey($key)
Tests if the given key is an valid order key to sort the results
$this
addConditionParam($key, null $value = null, string $concatenator = 'AND')
No description
from AbstractListing
$this
setConditionVariablesFromSetCondition($conditionVariables)
No description
from AbstractListing
array
getList()
No description
$this
setList(array $theList)
No description
bool
getIncludeDisabled()
No description
setIncludeDisabled(bool $includeDisabled)
No description
Details
in AbstractModel at line 61
AbstractModel
setDao($dao)
in AbstractModel at line 73
AbstractDao
getResource()
deprecated
deprecated
in AbstractModel at line 84
initDao(null $key = null, bool $forceDetection = false)
in AbstractModel at line 137
static string|null
locateDaoClass(string $modelClass)
in AbstractModel at line 187
$this
setValues(array $data = [])
in AbstractModel at line 204
$this
setValue($key, $value)
in AbstractModel at line 220
array
__sleep()
in AbstractModel at line 242
mixed
__call($method, $args)
in AbstractModel at line 266
__clone()
in AbstractModel at line 276
array
getObjectVars()
returns object values without the dao
in AbstractModel at line 287
array
__debugInfo()
in AbstractModel at line 27
void
beginTransaction()
in AbstractModel at line 27
void
commit()
in AbstractModel at line 27
void
rollBack()
in AbstractModel at line 27
void
configure()
in AbstractModel at line 27
array
getValidTableColumns(string $table, bool $cache)
in AbstractModel at line 27
void
resetValidTableColumnsCache(string $table)
at line 47
bool
isValidOrderKey($key)
Tests if the given key is an valid order key to sort the results