Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3493458
ArcanistTimeWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
782 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
desiresWorkingCopy
(
)
{
return
false
;
}
public
function
requiresAuthentication
(
)
{
return
true
;
}
public
function
getArguments
(
)
{
return
array
(
)
;
}
public
function
run
(
)
{
$this
->
printCurrentTracking
(
)
;
}
}
File Metadata
Details
Attached
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)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment