Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890683
PhutilRemarkupHyperlinkRef.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
630 B
Referenced Files
None
Subscribers
None
PhutilRemarkupHyperlinkRef.php
View Options
<?php
final
class
PhutilRemarkupHyperlinkRef
extends
Phobject
{
private
$token
;
private
$uri
;
private
$embed
;
private
$result
;
public
function
__construct
(
array
$map
)
{
$this
->
token
=
$map
[
'token'
]
;
$this
->
uri
=
$map
[
'uri'
]
;
$this
->
embed
=
(
$map
[
'mode'
]
===
'{'
)
;
}
public
function
getToken
(
)
{
return
$this
->
token
;
}
public
function
getURI
(
)
{
return
$this
->
uri
;
}
public
function
isEmbed
(
)
{
return
$this
->
embed
;
}
public
function
setResult
(
$result
)
{
$this
->
result
=
$result
;
return
$this
;
}
public
function
getResult
(
)
{
return
$this
->
result
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 13:56 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113467
Default Alt Text
PhutilRemarkupHyperlinkRef.php (630 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment