Changeset View
Changeset View
Standalone View
Standalone View
src/view/phui/PHUITagView.php
| Show First 20 Lines • Show All 111 Lines • ▼ Show 20 Lines | public function setBorder($border) { | ||||
| return $this; | return $this; | ||||
| } | } | ||||
| public function setIcon($icon) { | public function setIcon($icon) { | ||||
| $this->icon = $icon; | $this->icon = $icon; | ||||
| return $this; | return $this; | ||||
| } | } | ||||
| public function setSlimShady($mm) { | public function setSlimShady($is_eminem) { | ||||
| $this->slimShady = $mm; | $this->slimShady = $is_eminem; | ||||
| return $this; | return $this; | ||||
| } | } | ||||
| protected function getTagName() { | protected function getTagName() { | ||||
| return strlen($this->href) ? 'a' : 'span'; | return strlen($this->href) ? 'a' : 'span'; | ||||
| } | } | ||||
| protected function getTagAttributes() { | protected function getTagAttributes() { | ||||
| ▲ Show 20 Lines • Show All 188 Lines • Show Last 20 Lines | |||||