Page MenuHomestyx hydra

AphrontListFilterView.php
No OneTemporary

AphrontListFilterView.php

<?php
final class AphrontListFilterView extends AphrontView {
public function render() {
$contents = $this->renderChildren();
if (!$contents) {
return null;
}
require_celerity_resource('aphront-list-filter-view-css');
return hsprintf(
'<div class="aphront-filter-table-wrapper">'.
'<table class="aphront-list-filter-view">'.
'<tr>'.
'<td class="aphront-list-filter-view-controls">%s</td>'.
'</tr>'.
'</table>'.
'</div>',
$contents);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Dec 16, 1:57 AM (9 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
470504
Default Alt Text
AphrontListFilterView.php (538 B)

Event Timeline