Page MenuHomestyx hydra

PHUIPropertyGroupView.php
No OneTemporary

PHUIPropertyGroupView.php

<?php
final class PHUIPropertyGroupView extends AphrontTagView {
private $items;
public function addPropertyList(PHUIPropertyListView $item) {
$this->items[] = $item;
}
protected function canAppendChild() {
return false;
}
protected function getTagAttributes() {
return array(
'class' => 'phui-property-list-view',
);
}
protected function getTagContent() {
return $this->items;
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 2:51 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
344865
Default Alt Text
PHUIPropertyGroupView.php (432 B)

Event Timeline