Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92869515
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, Nov 24, 09:14
Size
183 B
Mime Type
text/x-php
Expires
Tue, Nov 26, 09:14 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22531460
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