Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17826717
PhabricatorXHProfProfileView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
542 B
Referenced Files
None
Subscribers
None
PhabricatorXHProfProfileView.php
View Options
<?php
abstract
class
PhabricatorXHProfProfileView
extends
AphrontView
{
private
$baseURI
;
private
$isFramed
;
public
function
setIsFramed
(
$is_framed
)
{
$this
->
isFramed
=
$is_framed
;
return
$this
;
}
public
function
setBaseURI
(
$uri
)
{
$this
->
baseURI
=
$uri
;
return
$this
;
}
protected
function
renderSymbolLink
(
$symbol
)
{
return
phutil_tag
(
'a'
,
array
(
'href'
=>
$this
->
baseURI
.
'?symbol='
.
$symbol
,
'target'
=>
$this
->
isFramed
?
'_top'
:
null
,
),
$symbol
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jul 28, 7:34 AM (15 h, 23 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8234288
Default Alt Text
PhabricatorXHProfProfileView.php (542 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment