mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-05 08:58:22 +02:00
Remove addHighlight()
action view methods
Summary: These didn't actually get used by D19033. Test Plan: Grep. Differential Revision: https://secure.phabricator.com/D19034
This commit is contained in:
parent
ab04d2179b
commit
705ff8d33d
1 changed files with 0 additions and 10 deletions
|
@ -21,7 +21,6 @@ final class PhabricatorActionView extends AphrontView {
|
||||||
private $order;
|
private $order;
|
||||||
private $color;
|
private $color;
|
||||||
private $type;
|
private $type;
|
||||||
private $highlight;
|
|
||||||
|
|
||||||
const TYPE_DIVIDER = 'type-divider';
|
const TYPE_DIVIDER = 'type-divider';
|
||||||
const TYPE_LABEL = 'label';
|
const TYPE_LABEL = 'label';
|
||||||
|
@ -73,15 +72,6 @@ final class PhabricatorActionView extends AphrontView {
|
||||||
return $this->href;
|
return $this->href;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setHighlight($highlight) {
|
|
||||||
$this->highlight = $highlight;
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getHighlight() {
|
|
||||||
return $this->highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setIcon($icon) {
|
public function setIcon($icon) {
|
||||||
$this->icon = $icon;
|
$this->icon = $icon;
|
||||||
return $this;
|
return $this;
|
||||||
|
|
Loading…
Add table
Reference in a new issue