Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100468899
PhabricatorEditEngineColumnsCommentAction.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
Fri, Jan 31, 01:22
Size
507 B
Mime Type
text/x-php
Expires
Sun, Feb 2, 01:22 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
23930177
Attached To
rPH Phabricator
PhabricatorEditEngineColumnsCommentAction.php
View Options
<?php
final
class
PhabricatorEditEngineColumnsCommentAction
extends
PhabricatorEditEngineCommentAction
{
private
$columnMap
;
public
function
setColumnMap
(
array
$column_map
)
{
$this
->
columnMap
=
$column_map
;
return
$this
;
}
public
function
getColumnMap
()
{
return
$this
->
columnMap
;
}
public
function
getPHUIXControlType
()
{
return
'optgroups'
;
}
public
function
getPHUIXControlSpecification
()
{
return
array
(
'groups'
=>
$this
->
getColumnMap
(),
);
}
}
Event Timeline
Log In to Comment