NextDom\Model\Entity\View
View
Synopsis
class View
extends BaseEntity
{
- // constants
- const TABLE_NAME = NextDomObj::VIEW;
- // Inherited constants from BaseEntity
- const TABLE_NAME = '';
- // Inherited constants from BaseModel
- const TABLE_NAME = '';
- // members
- protected $image;
- // Inherited members from BaseEntity
- protected $id;
- // Inherited members from BaseModel
- protected bool $_changed;
- // methods
- public string report()
- public void presave()
- public bool remove()
- public array|mixed|null removeviewZone()
- public array toArray()
- public string getImgLink()
- public array|bool|mixed|null|string getImage()
- public $this setImage()
- public array toAjax()
- public array getviewZone()
- public array|null getLinkData()
- public int|null getOrder()
- // Inherited methods from BaseModel
- public bool getChanged()
- public $this setChanged()
- public void updateChangeState()
- public string getTableName()
- public void save()
- public void remove()
- // Inherited methods from AccessCodeConfigurationEntity
- public abstract void updateChangeState()
- public array|bool|mixed|null|string getConfiguration()
- public $this setConfiguration()
- // Inherited methods from ConfigurationEntity
- public abstract void updateChangeState()
- public array|bool|mixed|null|string getConfiguration()
- public $this setConfiguration()
- public $this basicSetConfiguration()
- // Inherited methods from DisplayEntity
- public abstract void updateChangeState()
- public mixed getDisplay()
- public $this setDisplay()
- // Inherited methods from NameEntity
- public abstract void updateChangeState()
- public string getName()
- public $this setName()
- // Inherited methods from OrderEntity
- public abstract void updateChangeState()
- public int getOrder()
- public $this setOrder()
Hierarchy
Extends
Uses
Constants
Name | Value |
---|---|
TABLE_NAME | NextDomObj::VIEW |
TABLE_NAME | '' |
TABLE_NAME | '' |
Members
protected
- $_changed — NextDom\Model\Entity\Parents\bool
- $configuration — string
- $configuration — string
- $display — string
- $id — integer
- $image — string
- $name — string
- $order — integer
Methods
public
- getImage()
- getImgLink()
- getLinkData()
- getOrder()
- getviewZone()
- presave()
- remove()
- removeviewZone()
- report()
- setImage()
- toAjax()
- toArray()
Inherited from NextDom\Model\Entity\Parents\BaseEntity
public
Inherited from NextDom\Model\Entity\Parents\BaseModel
public
- getChanged() — Get changed state
- getTableName()
- remove() — Remove the entity from the database
- save() — Save the entity in the database
- setChanged() — Set changed state
- updateChangeState() — Update change state if values are different
Inherited from NextDom\Model\Entity\Parents\AccessCodeConfigurationEntity
public
Inherited from NextDom\Model\Entity\Parents\ConfigurationEntity
public
Inherited from NextDom\Model\Entity\Parents\DisplayEntity
public
- getDisplay() — Get display information by key
- setDisplay() — Set display information by key
- updateChangeState()