Page MenuHomec4science

PhabricatorFeedStoryTypeConstants.php
No OneTemporary

File Metadata

Created
Tue, Jul 2, 19:44

PhabricatorFeedStoryTypeConstants.php

<?php
final class PhabricatorFeedStoryTypeConstants
extends PhabricatorFeedConstants {
const STORY_STATUS = 'PhabricatorFeedStoryStatus';
const STORY_DIFFERENTIAL = 'PhabricatorFeedStoryDifferential';
const STORY_PHRICTION = 'PhabricatorFeedStoryPhriction';
const STORY_MANIPHEST = 'PhabricatorFeedStoryManiphest';
const STORY_PROJECT = 'PhabricatorFeedStoryProject';
const STORY_AUDIT = 'PhabricatorFeedStoryAudit';
const STORY_COMMIT = 'PhabricatorFeedStoryCommit';
}

Event Timeline