Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92964758
PhutilDefaultSyntaxHighlighter.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
Mon, Nov 25, 05:06
Size
283 B
Mime Type
text/x-php
Expires
Wed, Nov 27, 05:06 (2 d)
Engine
blob
Format
Raw Data
Handle
22548854
Attached To
rPHU libphutil
PhutilDefaultSyntaxHighlighter.php
View Options
<?php
/**
* @group markup
*/
final
class
PhutilDefaultSyntaxHighlighter
{
public
function
setConfig
(
$key
,
$value
)
{
return
$this
;
}
public
function
getHighlightFuture
(
$source
)
{
$result
=
phutil_escape_html
(
$source
);
return
new
ImmediateFuture
(
$result
);
}
}
Event Timeline
Log In to Comment