Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92219552
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
Mon, Nov 18, 11:22
Size
201 B
Mime Type
text/x-php
Expires
Wed, Nov 20, 11:22 (2 d)
Engine
blob
Format
Raw Data
Handle
22397250
Attached To
rPH Phabricator
DrydockLocalCommandInterface.php
View Options
<?php
final
class
DrydockLocalCommandInterface
extends
DrydockCommandInterface
{
public
function
getExecFuture
(
$command
)
{
$argv
=
func_get_args
();
return
newv
(
'ExecFuture'
,
$argv
);
}
}
Event Timeline
Log In to Comment