Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F438006
DifferentialPrimaryPaneView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
366 B
Referenced Files
None
Subscribers
None
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
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 2:04 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
62916
Default Alt Text
DifferentialPrimaryPaneView.php (366 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment