Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1472407
DrydockLocalCommandInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
257 B
Referenced Files
None
Subscribers
None
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
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Jul 12, 8:31 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
342711
Default Alt Text
DrydockLocalCommandInterface.php (257 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment