[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/transactions/constants/ -> PhabricatorTransactions.php (source)

   1  <?php
   2  
   3  final class PhabricatorTransactions {
   4  
   5    const TYPE_COMMENT      = 'core:comment';
   6    const TYPE_SUBSCRIBERS  = 'core:subscribers';
   7    const TYPE_VIEW_POLICY  = 'core:view-policy';
   8    const TYPE_EDIT_POLICY  = 'core:edit-policy';
   9    const TYPE_JOIN_POLICY  = 'core:join-policy';
  10    const TYPE_EDGE         = 'core:edge';
  11    const TYPE_CUSTOMFIELD  = 'core:customfield';
  12    const TYPE_BUILDABLE    = 'harbormaster:buildable';
  13    const TYPE_TOKEN        = 'token:give';
  14  
  15    const COLOR_RED         = 'red';
  16    const COLOR_ORANGE      = 'orange';
  17    const COLOR_YELLOW      = 'yellow';
  18    const COLOR_GREEN       = 'green';
  19    const COLOR_SKY         = 'sky';
  20    const COLOR_BLUE        = 'blue';
  21    const COLOR_INDIGO      = 'indigo';
  22    const COLOR_VIOLET      = 'violet';
  23    const COLOR_GREY        = 'grey';
  24    const COLOR_BLACK       = 'black';
  25  
  26  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1