NextDom\Model\BasePlan
Synopsis
class BasePlan
extends BaseEntity
{
- // members
- protected $link_type;
- protected $link_id;
- protected $position;
- protected $display;
- protected $css;
- protected $configuration;
- // methods
- public array|bool|mixed|null|string getPosition()
- public $this setPosition()
- public array|bool|mixed|null|string getDisplay()
- public $this setDisplay()
- public array|bool|mixed|null|string getConfiguration()
- public $this setConfiguration()
- public string getLink_type()
- public $this setLink_type()
- public int getLink_id()
- public $this setLink_id()
- public array|bool|mixed|null|string getCss()
- public $this setCss()
- public void save()
- public void remove()
- public abstract void preInsert()
- public abstract void preSave()
- public abstract void getHtml()
- public abstract void getLink()
- // Inherited methods from BaseEntity
- public int getId()
- public $this setId()
- public bool getChanged()
- public $this setChanged()
- public abstract void save()
- public abstract void remove()
Hierarchy
Extends
Members
protected
- $_changed — NextDom\Model\bool
- $configuration — string
- $css — string
- $display — string
- $id — integer
- $link_id — integer
- $link_type — string
- $position — string
Methods
public
- getConfiguration()
- getCss()
- getDisplay()
- getHtml()
- getLink()
- getLink_id()
- getLink_type()
- getPosition()
- preInsert()
- preSave()
- remove()
- save()
- setConfiguration()
- setCss()
- setDisplay()
- setLink_id()
- setLink_type()
- setPosition()
Inherited from NextDom\Model\BaseEntity
public
- getChanged() — Get changed state
- getId()
- remove()
- save()
- setChanged() — Set changed state
- setId()