Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97222864
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
Fri, Jan 3, 14:06
Size
366 B
Mime Type
text/x-php
Expires
Sun, Jan 5, 14:06 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23223902
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