[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/conpherence/constants/ -> ConpherenceUpdateActions.php (source)

   1  <?php
   2  
   3  final class ConpherenceUpdateActions extends ConpherenceConstants {
   4  
   5    const METADATA = 'metadata';
   6    const MESSAGE = 'message';
   7    const DRAFT = 'draft';
   8    const ADD_PERSON = 'add_person';
   9    const REMOVE_PERSON = 'remove_person';
  10    const NOTIFICATIONS = 'notifications';
  11    const ADD_STATUS = 'add_status';
  12    const LOAD = 'load';
  13  }


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