NextDom\Model\Entity\ScenarioSubElement
Scenariosubelement
ORM\Table(name="scenarioSubElement", indexes={@ORM\Index(name="fk_scenarioSubElement_scenarioElement1_idx", columns={"scenarioElement_id"}), @ORM\Index(name="type", columns={"scenarioElement_id", "type"})})
ORM\Entity
Synopsis
class ScenarioSubElement
extends BaseEntity
{
- // constants
- const TABLE_NAME = NextDomObj::SCENARIO_SUB_ELEMENT;
- // Inherited constants from BaseEntity
- const TABLE_NAME = '';
- // Inherited constants from BaseModel
- const TABLE_NAME = '';
- // members
- protected ScenarioElement $scenarioElement_id;
- protected $_expression;
- // Inherited members from BaseEntity
- protected $id;
- // Inherited members from BaseModel
- protected bool $_changed;
- // methods
- public ScenarioElement getElement()
- public ScenarioElement getScenarioElement_id()
- public $this setScenarioElement_id()
- public bool|null execute()
- public array getExpression()
- public void remove()
- public array getAllId()
- public int copy()
- // 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 OptionsEntity
- public abstract void updateChangeState()
- public array|bool|mixed|null|string getOptions()
- public $this setOptions()
- // Inherited methods from NameEntity
- public abstract void updateChangeState()
- public string getName()
- public $this setName()
- // Inherited methods from TypeEntity
- public abstract void updateChangeState()
- public string getType()
- public $this setType()
- public void isType()
- // Inherited methods from SubTypeEntity
- public abstract void updateChangeState()
- public string getSubtype()
- public $this setSubtype()
- public bool isSubType()
- // Inherited methods from OrderEntity
- public abstract void updateChangeState()
- public int getOrder()
- public $this setOrder()
Hierarchy
Extends
Uses
Constants
Name | Value |
---|---|
TABLE_NAME | NextDomObj::SCENARIO_SUB_ELEMENT |
TABLE_NAME | '' |
TABLE_NAME | '' |
Members
protected
- $_changed — NextDom\Model\Entity\Parents\bool
- $_expression
- $id — integer
- $name — string
- $options — string
- $order — integer
- $scenarioElement_id — \NextDom\Model\Entity\ScenarioElement
- $subtype — string
- $type — string
Methods
public
- copy()
- execute()
- getAllId()
- getElement()
- getExpression()
- getScenarioElement_id()
- remove()
- setScenarioElement_id()
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\OptionsEntity
public
Inherited from NextDom\Model\Entity\Parents\NameEntity
public
Inherited from NextDom\Model\Entity\Parents\TypeEntity
public
Inherited from NextDom\Model\Entity\Parents\SubTypeEntity
public
- getSubtype()
- isSubType() — Test sub type of the command
- setSubtype()
- updateChangeState()