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 | $units |
Methods
bool
isValidOrderKey($key)
No description
$this
addConditionParam($key, null $value = null, string $concatenator = 'AND')
No description
from AbstractListing
$this
setConditionVariablesFromSetCondition($conditionVariables)
No description
from AbstractListing
array
getUnits()
No description
setUnits(array $units)
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