NextDom\Model\Entity\HistoryArch
Historyarch
Synopsis
class HistoryArch
extends History
{
- // constants
- const TABLE_NAME = NextDomObj::HISTORY_ARCH;
- // Inherited constants from History
- const TABLE_NAME = NextDomObj::HISTORY;
- // Inherited constants from BaseModel
- const TABLE_NAME = '';
- // members
- protected $_tableName = self::TABLE_NAME;
- // Inherited members from History
- protected $datetime;
- protected $value;
- protected Cmd $cmd_id;
- protected $_tableName;
- // Inherited members from BaseModel
- protected bool $_changed;
- // Inherited methods from History
- public void save()
- public bool|Cmd getCmd()
- public Cmd getCmd_id()
- public $this setCmd_id()
- public string getDatetime()
- public $this setDatetime()
- public string getValue()
- public $this setValue()
- public void getTableName()
- public $this setTableName()
- // Inherited methods from BaseModel
- public bool getChanged()
- public $this setChanged()
- public void updateChangeState()
- public string getTableName()
- public void save()
- public void remove()
Hierarchy
Extends
Constants
Name | Value |
---|---|
TABLE_NAME | NextDomObj::HISTORY_ARCH |
TABLE_NAME | NextDomObj::HISTORY |
TABLE_NAME | '' |
Members
protected
- $_changed — NextDom\Model\Entity\Parents\bool
- $_tableName
- $_tableName
- $cmd_id — \NextDom\Model\Entity\Cmd
- $datetime — string
- $value — string
Methods
Inherited from NextDom\Model\Entity\History
public
- getCmd()
- getCmd_id()
- getDatetime()
- getTableName()
- getValue()
- save()
- setCmd_id()
- setDatetime()
- setTableName()
- setValue()
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