Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889478
PhabricatorEditEngineSelectCommentAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
572 B
Referenced Files
None
Subscribers
None
PhabricatorEditEngineSelectCommentAction.php
View Options
<?php
final
class
PhabricatorEditEngineSelectCommentAction
extends
PhabricatorEditEngineCommentAction
{
private
$options
;
public
function
setOptions
(
array
$options
)
{
$this
->
options
=
$options
;
return
$this
;
}
public
function
getOptions
(
)
{
return
$this
->
options
;
}
public
function
getPHUIXControlType
(
)
{
return
'select'
;
}
public
function
getPHUIXControlSpecification
(
)
{
return
array
(
'options'
=>
$this
->
getOptions
(
)
,
'order'
=>
array_keys
(
$this
->
getOptions
(
)
)
,
'value'
=>
$this
->
getValue
(
)
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 12:12 (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124437
Default Alt Text
PhabricatorEditEngineSelectCommentAction.php (572 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment