Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98848260
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
Thu, Jan 16, 21:47
Size
366 B
Mime Type
text/x-php
Expires
Sat, Jan 18, 21:47 (2 d)
Engine
blob
Format
Raw Data
Handle
23625346
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