Changeset View
Changeset View
Standalone View
Standalone View
src/applications/herald/storage/HeraldRule.php
| Show All 11 Lines | final class HeraldRule extends HeraldDAO | ||||
| protected $contentType; | protected $contentType; | ||||
| protected $mustMatchAll; | protected $mustMatchAll; | ||||
| protected $repetitionPolicy; | protected $repetitionPolicy; | ||||
| protected $ruleType; | protected $ruleType; | ||||
| protected $isDisabled = 0; | protected $isDisabled = 0; | ||||
| protected $triggerObjectPHID; | protected $triggerObjectPHID; | ||||
| protected $configVersion = 35; | protected $configVersion = 36; | ||||
| // phids for which this rule has been applied | // phids for which this rule has been applied | ||||
| private $ruleApplied = self::ATTACHABLE; | private $ruleApplied = self::ATTACHABLE; | ||||
| private $validAuthor = self::ATTACHABLE; | private $validAuthor = self::ATTACHABLE; | ||||
| private $author = self::ATTACHABLE; | private $author = self::ATTACHABLE; | ||||
| private $conditions; | private $conditions; | ||||
| private $actions; | private $actions; | ||||
| private $triggerObject = self::ATTACHABLE; | private $triggerObject = self::ATTACHABLE; | ||||
| ▲ Show 20 Lines • Show All 225 Lines • Show Last 20 Lines | |||||