Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F548523
PhutilRemarkupTestInterpreterRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
367 B
Referenced Files
None
Subscribers
None
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
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:50 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
111566
Default Alt Text
PhutilRemarkupTestInterpreterRule.php (367 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment