NextDom\Model\Entity\Parents\IsActiveEntity
Synopsis
trait IsActiveEntity
{
- // members
- protected integer $isActive = 1;
- // methods
- public abstract void updateChangeState()
- public bool getIsActive()
- public bool isActive()
- public $this setIsActive()
Hierarchy
Used by
Members
protected
- $isActive — boolean
Methods
public
- getIsActive()
- isActive() — Get active state of the scenario
- setIsActive()
- updateChangeState()