Page MenuHomec4science

PhabricatorBusyExample.php
No OneTemporary

File Metadata

Created
Sun, Jan 26, 22:02

PhabricatorBusyExample.php

<?php
final class PhabricatorBusyExample extends PhabricatorUIExample {
public function getName() {
return 'Busy';
}
public function getDescription() {
return "Busy.";
}
public function renderExample() {
Javelin::initBehavior('phabricator-busy-example');
return null;
}
}

Event Timeline