Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102724368
PhutilRemarkupRuleEscapeHTML.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
Sun, Feb 23, 13:15
Size
183 B
Mime Type
text/x-php
Expires
Tue, Feb 25, 13:15 (2 d)
Engine
blob
Format
Raw Data
Handle
24410651
Attached To
rPHU libphutil
PhutilRemarkupRuleEscapeHTML.php
View Options
<?php
/**
* @group markup
*/
final
class
PhutilRemarkupRuleEscapeHTML
extends
PhutilRemarkupRule
{
public
function
apply
(
$text
)
{
return
phutil_escape_html
(
$text
);
}
}
Event Timeline
Log In to Comment