[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/uiexample/examples/ -> PhabricatorBusyExample.php (source)

   1  <?php
   2  
   3  final class PhabricatorBusyExample extends PhabricatorUIExample {
   4  
   5    public function getName() {
   6      return 'Busy';
   7    }
   8  
   9    public function getDescription() {
  10      return 'Busy.';
  11    }
  12  
  13    public function renderExample() {
  14      Javelin::initBehavior('phabricator-busy-example');
  15      return null;
  16    }
  17  }


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