Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115463737
AphrontNullView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jun 1, 04:50
Size
155 B
Mime Type
text/x-php
Expires
Tue, Jun 3, 04:50 (2 d)
Engine
blob
Format
Raw Data
Handle
26454724
Attached To
rPH Phabricator
AphrontNullView.php
View Options
<?php
final
class
AphrontNullView
extends
AphrontView
{
public
function
render
()
{
return
phutil_implode_html
(
''
,
$this
->
renderChildren
());
}
}
Event Timeline
Log In to Comment