Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105431487
PhabricatorManagementWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Mar 17, 04:44
Size
403 B
Mime Type
text/x-php
Expires
Wed, Mar 19, 04:44 (2 d)
Engine
blob
Format
Raw Data
Handle
24978634
Attached To
rPH Phabricator
PhabricatorManagementWorkflow.php
View Options
<?php
abstract
class
PhabricatorManagementWorkflow
extends
PhutilArgumentWorkflow
{
public
function
isExecutable
()
{
return
true
;
}
public
function
getViewer
()
{
// Some day, we might provide a more general viewer mechanism to scripts.
// For now, workflows can call this method for convenience and future
// flexibility.
return
PhabricatorUser
::
getOmnipotentUser
();
}
}
Event Timeline
Log In to Comment