Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F458669
PhabricatorIconSetIcon.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
612 B
Referenced Files
None
Subscribers
None
PhabricatorIconSetIcon.php
View Options
<?php
final
class
PhabricatorIconSetIcon
extends
Phobject
{
private
$key
;
private
$icon
;
private
$label
;
public
function
setKey
(
$key
)
{
$this
->
key
=
$key
;
return
$this
;
}
public
function
getKey
()
{
return
$this
->
key
;
}
public
function
setIcon
(
$icon
)
{
$this
->
icon
=
$icon
;
return
$this
;
}
public
function
getIcon
()
{
if
(
$this
->
icon
===
null
)
{
return
$this
->
getKey
();
}
return
$this
->
icon
;
}
public
function
setLabel
(
$label
)
{
$this
->
label
=
$label
;
return
$this
;
}
public
function
getLabel
()
{
return
$this
->
label
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 12:28 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71519
Default Alt Text
PhabricatorIconSetIcon.php (612 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment