Objectbrick
class Objectbrick extends AbstractModel (View source)
Properties
protected AbstractDao | $dao | from AbstractModel | |
array | $items | ||
string | $fieldname | ||
Concrete | $object | ||
protected array | $brickGetters |
Methods
array
getItems(bool $withInheritedValues = false)
No description
$this
setItems($items)
No description
string
getFieldname()
No description
$this
setFieldname($fieldname)
No description
array
getBrickGetters()
No description
array
getAllowedBrickTypes()
No description
array
getItemDefinitions()
No description
getObject()
No description
$this
__wakeup()
No description
mixed
get(string $fieldName)
No description
mixed
set(string $fieldName, $value)
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