Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F549241
NuanceItemCommandSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
587 B
Referenced Files
None
Subscribers
None
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
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 2:04 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
112433
Default Alt Text
NuanceItemCommandSpec.php (587 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment