Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101290446
PhutilRemarkupEngineRemarkupTestInterpreterRule.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
Fri, Feb 7, 12:53
Size
393 B
Mime Type
text/x-php
Expires
Sun, Feb 9, 12:53 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
24123223
Attached To
rPHU libphutil
PhutilRemarkupEngineRemarkupTestInterpreterRule.php
View Options
<?php
/**
* @group markup
*/
final
class
PhutilRemarkupEngineRemarkupTestInterpreterRule
extends
PhutilRemarkupBlockInterpreter
{
public
function
getInterpreterName
()
{
return
'phutil_test_block_interpreter'
;
}
public
function
markupContent
(
$content
,
array
$argv
)
{
return
sprintf
(
"Content: (%s)
\n
Argv: (%s)"
,
$content
,
http_build_query
(
$argv
));
}
}
Event Timeline
Log In to Comment