Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1426419
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
Tue, Jul 8, 9:07 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
332081
Default Alt Text
PhutilRemarkupTestInterpreterRule.php (367 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment