Page MenuHomePhorge

NuanceItemCommandSpec.php
No OneTemporary

Size
587 B
Referenced Files
None
Subscribers
None

NuanceItemCommandSpec.php

<?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

Mime Type
text/x-php
Expires
Mon, May 12, 1:39 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
112433
Default Alt Text
NuanceItemCommandSpec.php (587 B)

Event Timeline