Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124568357
PhutilSyntaxHighlighter.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
Sun, Aug 3, 07:45
Size
183 B
Mime Type
text/x-php
Expires
Tue, Aug 5, 07:45 (2 d)
Engine
blob
Format
Raw Data
Handle
27874143
Attached To
rPHU libphutil
PhutilSyntaxHighlighter.php
View Options
<?php
/**
* @group markup
*/
abstract
class
PhutilSyntaxHighlighter
{
abstract
public
function
setConfig
(
$key
,
$value
);
abstract
public
function
getHighlightFuture
(
$source
);
}
Event Timeline
Log In to Comment