Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105980253
PhutilRemarkupLinebreaksRule.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
Fri, Mar 21, 06:26
Size
236 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 06:26 (2 d)
Engine
blob
Format
Raw Data
Handle
25080153
Attached To
rPHU libphutil
PhutilRemarkupLinebreaksRule.php
View Options
<?php
final
class
PhutilRemarkupLinebreaksRule
extends
PhutilRemarkupRule
{
public
function
apply
(
$text
)
{
if
(
$this
->
getEngine
()->
isTextMode
())
{
return
$text
;
}
return
phutil_escape_html_newlines
(
$text
);
}
}
Event Timeline
Log In to Comment