Changeset View
Changeset View
Standalone View
Standalone View
src/view/phui/PHUITagView.php
| Show All 18 Lines | final class PHUITagView extends AphrontTagView { | ||||
| const COLOR_SKY = 'sky'; | const COLOR_SKY = 'sky'; | ||||
| const COLOR_FIRE = 'fire'; | const COLOR_FIRE = 'fire'; | ||||
| const COLOR_GREY = 'grey'; | const COLOR_GREY = 'grey'; | ||||
| const COLOR_WHITE = 'white'; | const COLOR_WHITE = 'white'; | ||||
| const COLOR_PINK = 'pink'; | const COLOR_PINK = 'pink'; | ||||
| const COLOR_BLUEGREY = 'bluegrey'; | const COLOR_BLUEGREY = 'bluegrey'; | ||||
| const COLOR_CHECKERED = 'checkered'; | const COLOR_CHECKERED = 'checkered'; | ||||
| const COLOR_DISABLED = 'disabled'; | const COLOR_DISABLED = 'disabled'; | ||||
| const COLOR_PLACEHOLDER = 'placeholder'; | |||||
| const COLOR_OBJECT = 'object'; | const COLOR_OBJECT = 'object'; | ||||
| const COLOR_PERSON = 'person'; | const COLOR_PERSON = 'person'; | ||||
| const BORDER_NONE = 'border-none'; | const BORDER_NONE = 'border-none'; | ||||
| private $type; | private $type; | ||||
| private $href; | private $href; | ||||
| ▲ Show 20 Lines • Show All 283 Lines • Show Last 20 Lines | |||||