Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F452695
PHUIFormationContentView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
379 B
Referenced Files
None
Subscribers
None
PHUIFormationContentView.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 1:02 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
68852
Default Alt Text
PHUIFormationContentView.php (379 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment