Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122232627
DifferentialPrimaryPaneView.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
Wed, Jul 16, 20:04
Size
366 B
Mime Type
text/x-php
Expires
Fri, Jul 18, 20:04 (2 d)
Engine
blob
Format
Raw Data
Handle
27423237
Attached To
rPH Phabricator
DifferentialPrimaryPaneView.php
View Options
<?php
final
class
DifferentialPrimaryPaneView
extends
AphrontView
{
private
$id
;
public
function
setID
(
$id
)
{
$this
->
id
=
$id
;
return
$this
;
}
public
function
render
()
{
return
phutil_tag
(
'div'
,
array
(
'class'
=>
'differential-primary-pane'
,
'id'
=>
$this
->
id
,
),
$this
->
renderChildren
());
}
}
Event Timeline
Log In to Comment