Page MenuHomec4science

PhabricatorBusyUIExample.php
No OneTemporary

File Metadata

Created
Mon, Dec 23, 09:40

PhabricatorBusyUIExample.php

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

Event Timeline