Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106319282
PhutilRemarkupTestInterpreterRule.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, Mar 24, 19:47
Size
354 B
Mime Type
text/x-php
Expires
Wed, Mar 26, 19:47 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25130762
Attached To
rPHU libphutil
PhutilRemarkupTestInterpreterRule.php
View Options
<?php
final
class
PhutilRemarkupTestInterpreterRule
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