Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98211789
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
Sat, Jan 11, 02:40
Size
257 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 02:40 (2 d)
Engine
blob
Format
Raw Data
Handle
23530048
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