Searched refs:STATUS_DRAFT (Results 1 – 4 of 4) sorted by relevance
13 public const STATUS_DRAFT = 'draft'; define in dokuwiki\\plugin\\structpublish\\meta\\Constants41 'fromStatus' => self::STATUS_DRAFT,
25 protected $status = Constants::STATUS_DRAFT;
43 $revision->setStatus(Constants::STATUS_DRAFT);
74 $this->assertEquals(Constants::STATUS_DRAFT, $status);