Predefined
class Predefined extends AbstractModel (View source)
Properties
protected AbstractDao | $dao | from AbstractModel | |
int | $id | ||
string | $name | ||
string | $description | ||
string | $key | ||
string | $type | ||
string | $targetSubtype | ||
string | $data | ||
string | $config | ||
string | $ctype | ||
string | $language | ||
int | $creationDate | ||
int | $modificationDate |
Methods
static Predefined
getById(int $id)
No description
static Predefined
getByName(string $name, string $language = '')
No description
static Predefined
create()
No description
string
getName()
No description
string
getType()
No description
string
getData()
No description
$this
setName(string $name)
No description
$this
setType(string $type)
No description
$this
setData(string $data)
No description
int
getId()
No description
$this
setId(int $id)
No description
$this
setDescription(string $description)
No description
string
getDescription()
No description
$this
setCreationDate($creationDate)
No description
int
getCreationDate()
No description
$this
setModificationDate($modificationDate)
No description
int
getModificationDate()
No description
setLanguage(string $language)
No description
string
getLanguage()
No description
setTargetSubtype(string $targetSubtype)
No description
string
getTargetSubtype()
No description
string
getConfig()
No description
setConfig(string $config)
No description
minimize()
No description
expand()
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