3 final class PHUIPropertyGroupView
extends AphrontTagView
{
7 public function addPropertyList(PHUIPropertyListView
$item) {
8 $this->items
[] = $item;
11 protected function canAppendChild() {
15 protected function getTagAttributes() {
17 'class' => 'phui-property-list-view',
21 protected function getTagContent() {