NextDom\Model\Entity\PlanHeader
Planheader
Synopsis
class PlanHeader
extends BaseEntity
{
- // constants
- const TABLE_NAME = NextDomObj::PLAN_HEADER;
- const IMG_DIR_NAME = NextDomObj::PLAN;
- // Inherited constants from BaseEntity
- const TABLE_NAME = '';
- // Inherited constants from BaseModel
- const TABLE_NAME = '';
- // Inherited members from BaseEntity
- protected $id;
- // Inherited members from BaseModel
- protected bool $_changed;
- // methods
- public string report()
- public PlanHeader copy()
- public array getPlan()
- public void preSave()
- public void remove()
- public array|null getLinkData()
- // 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 NameEntity
- public abstract void updateChangeState()
- public string getName()
- public $this setName()
- // Inherited methods from ImageEntity
- public abstract void updateChangeState()
- public array|bool|mixed|null|string getImage()
- public $this setImage()
- public array toArray()
- public string getImgLink()
- public string displayImage()
- // 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 OrderEntity
- public abstract void updateChangeState()
- public int getOrder()
- public $this setOrder()
Hierarchy
Extends
Uses
Constants
Name | Value |
---|---|
TABLE_NAME | NextDomObj::PLAN_HEADER |
IMG_DIR_NAME | NextDomObj::PLAN |
TABLE_NAME | '' |
TABLE_NAME | '' |
Members
protected
- $_changed — NextDom\Model\Entity\Parents\bool
- $configuration — string
- $configuration — string
- $id — integer
- $image — string
- $name — string
- $order — integer
Methods
public
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\NameEntity
public
Inherited from NextDom\Model\Entity\Parents\ImageEntity
public
- displayImage()
- getImage()
- getImgLink()
- setImage()
- toArray() — Get data of the object in plain text array
- updateChangeState()