Page MenuHomePhorge

ArcanistTimeWorkflow.php
No OneTemporary

ArcanistTimeWorkflow.php

<?php
/**
* Show time being tracked in Phrequent
*/
final class ArcanistTimeWorkflow extends ArcanistPhrequentWorkflow {
public function getWorkflowName() {
return 'time';
}
public function getCommandSynopses() {
return phutil_console_format(<<<EOTEXT
**time**
EOTEXT
);
}
public function getCommandHelp() {
return phutil_console_format(<<<EOTEXT
Show what you're currently tracking in Phrequent.
EOTEXT
);
}
public function requiresConduit() {
return true;
}
public function desiresWorkingCopy() {
return false;
}
public function requiresAuthentication() {
return true;
}
public function getArguments() {
return array(
);
}
public function run() {
$this->printCurrentTracking();
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Apr 17, 06:42 (1 d, 20 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1217520
Default Alt Text
ArcanistTimeWorkflow.php (782 B)

Event Timeline