Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113187030
NuanceItemCommandSpec.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
Thu, May 15, 23:01
Size
587 B
Mime Type
text/x-php
Expires
Sat, May 17, 23:01 (2 d)
Engine
blob
Format
Raw Data
Handle
26197090
Attached To
rPH Phabricator
NuanceItemCommandSpec.php
View Options
<?php
final
class
NuanceItemCommandSpec
extends
Phobject
{
private
$commandKey
;
private
$name
;
private
$icon
;
public
function
setCommandKey
(
$command_key
)
{
$this
->
commandKey
=
$command_key
;
return
$this
;
}
public
function
getCommandKey
()
{
return
$this
->
commandKey
;
}
public
function
setName
(
$name
)
{
$this
->
name
=
$name
;
return
$this
;
}
public
function
getName
()
{
return
$this
->
name
;
}
public
function
setIcon
(
$icon
)
{
$this
->
icon
=
$icon
;
return
$this
;
}
public
function
getIcon
()
{
return
$this
->
icon
;
}
}
Event Timeline
Log In to Comment