Page MenuHomec4science

PhabricatorBusyUIExample.php
No OneTemporary

File Metadata

Created
Thu, Mar 13, 01:46

PhabricatorBusyUIExample.php

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

Event Timeline