Page MenuHomePhorge

AphrontMiniPanelView.php
No OneTemporary

Size
218 B
Referenced Files
None
Subscribers
None

AphrontMiniPanelView.php

<?php
final class AphrontMiniPanelView extends AphrontView {
public function render() {
return phutil_tag(
'div',
array('class' => 'aphront-mini-panel-view'),
$this->renderChildren());
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Jun 17, 5:28 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227184
Default Alt Text
AphrontMiniPanelView.php (218 B)

Event Timeline