Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93087216
DrydockLocalCommandInterface.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
Tue, Nov 26, 03:00
Size
257 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 03:00 (2 d)
Engine
blob
Format
Raw Data
Handle
22569908
Attached To
rPH Phabricator
DrydockLocalCommandInterface.php
View Options
<?php
final
class
DrydockLocalCommandInterface
extends
DrydockCommandInterface
{
public
function
getExecFuture
(
$command
)
{
$argv
=
func_get_args
();
$argv
=
$this
->
applyWorkingDirectoryToArgv
(
$argv
);
return
newv
(
'ExecFuture'
,
$argv
);
}
}
Event Timeline
Log In to Comment