Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120052564
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
Tue, Jul 1, 15:10
Size
367 B
Mime Type
text/x-php
Expires
Thu, Jul 3, 15:10 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27131989
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
,
phutil_build_http_querystring
(
$argv
));
}
}
Event Timeline
Log In to Comment