Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295389
PhabricatorStringListEditField.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
490 B
Referenced Files
None
Subscribers
None
PhabricatorStringListEditField.php
View Options
<?php
final
class
PhabricatorStringListEditField
extends
PhabricatorEditField
{
protected
function
newControl
(
)
{
return
new
AphrontFormTextControl
(
)
;
}
protected
function
getValueForControl
(
)
{
$value
=
$this
->
getValue
(
)
;
return
implode
(
', '
,
$value
)
;
}
protected
function
newConduitParameterType
(
)
{
return
new
ConduitStringListParameterType
(
)
;
}
protected
function
newHTTPParameterType
(
)
{
return
new
AphrontStringListHTTPParameterType
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:58 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1110115
Default Alt Text
PhabricatorStringListEditField.php (490 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment