diff --git a/src/applications/phid/view/PHUIHandleListView.php b/src/applications/phid/view/PHUIHandleListView.php index d15b3d15c6..24104fe76d 100644 --- a/src/applications/phid/view/PHUIHandleListView.php +++ b/src/applications/phid/view/PHUIHandleListView.php @@ -1,87 +1,102 @@ handleList = $list; return $this; } public function setAsInline($inline) { $this->asInline = $inline; return $this; } public function getAsInline() { return $this->asInline; } public function setAsText($as_text) { $this->asText = $as_text; return $this; } public function getAsText() { return $this->asText; } public function setShowStateIcons($show_state_icons) { $this->showStateIcons = $show_state_icons; return $this; } public function getShowStateIcons() { return $this->showStateIcons; } + public function setGlyphLimit($glyph_limit) { + $this->glyphLimit = $glyph_limit; + return $this; + } + + public function getGlyphLimit() { + return $this->glyphLimit; + } + protected function getTagName() { if ($this->getAsText()) { return null; } else { // TODO: It would be nice to render this with a proper