Page MenuHomestyx hydra

PHUIFormationContentView.php
No OneTemporary

PHUIFormationContentView.php

<?php
final class PHUIFormationContentView
extends PHUIFormationColumnView {
public function getIsControlColumn() {
return true;
}
public function render() {
require_celerity_resource('phui-formation-view-css');
return phutil_tag(
'div',
array(
'class' => 'phui-formation-view-content',
),
$this->renderChildren());
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Nov 24, 2:15 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
377895
Default Alt Text
PHUIFormationContentView.php (379 B)

Event Timeline