Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12660863
ArcanistTimeWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
664 B
Referenced Files
None
Subscribers
None
ArcanistTimeWorkflow.php
View Options
<?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
requiresAuthentication
()
{
return
true
;
}
public
function
run
()
{
$this
->
printCurrentTracking
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 28, 15:42 (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1043614
Default Alt Text
ArcanistTimeWorkflow.php (664 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment