Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104783353
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
Wed, Mar 12, 08:52
Size
272 B
Mime Type
text/x-php
Expires
Fri, Mar 14, 08:52 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
24850481
Attached To
rPHU libphutil
PhutilDefaultSyntaxHighlighter.php
View Options
<?php
final
class
PhutilDefaultSyntaxHighlighter
extends
Phobject
{
public
function
setConfig
(
$key
,
$value
)
{
return
$this
;
}
public
function
getHighlightFuture
(
$source
)
{
$result
=
hsprintf
(
'%s'
,
$source
);
return
new
ImmediateFuture
(
$result
);
}
}
Event Timeline
Log In to Comment