Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F543682
PhabricatorIconSetEditField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
610 B
Referenced Files
None
Subscribers
None
PhabricatorIconSetEditField.php
View Options
<?php
final
class
PhabricatorIconSetEditField
extends
PhabricatorEditField
{
private
$iconSet
;
public
function
setIconSet
(
PhabricatorIconSet
$icon_set
)
{
$this
->
iconSet
=
$icon_set
;
return
$this
;
}
public
function
getIconSet
()
{
return
$this
->
iconSet
;
}
protected
function
newControl
()
{
return
id
(
new
PHUIFormIconSetControl
())
->
setIconSet
(
$this
->
getIconSet
());
}
protected
function
newConduitParameterType
()
{
return
new
ConduitStringParameterType
();
}
protected
function
newHTTPParameterType
()
{
return
new
AphrontStringHTTPParameterType
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 11:22 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
120555
Default Alt Text
PhabricatorIconSetEditField.php (610 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment