Page MenuHomePhorge

PHUIPropertyGroupView.php
No OneTemporary

Size
432 B
Referenced Files
None
Subscribers
None

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
Wed, Jun 18, 6:28 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
211317
Default Alt Text
PHUIPropertyGroupView.php (432 B)

Event Timeline