Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103590535
PhageExecuteAction.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 3, 05:16
Size
495 B
Mime Type
text/x-php
Expires
Wed, Mar 5, 05:16 (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
24620276
Attached To
rPHU libphutil
PhageExecuteAction.php
View Options
<?php
final
class
PhageExecuteAction
extends
PhageAction
{
private
$command
;
private
$label
;
public
function
isContainerAction
()
{
return
false
;
}
public
function
setCommand
(
PhutilCommandString
$command
)
{
$this
->
command
=
$command
;
return
$this
;
}
public
function
getCommand
()
{
return
$this
->
command
;
}
public
function
setLabel
(
$label
)
{
$this
->
label
=
$label
;
return
$this
;
}
public
function
getLabel
()
{
return
$this
->
label
;
}
}
Event Timeline
Log In to Comment