Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97557413
PhutilRemarkupInlineBlockRule.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, Jan 5, 06:26
Size
260 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 06:26 (2 d)
Engine
blob
Format
Raw Data
Handle
23425997
Attached To
rPHU libphutil
PhutilRemarkupInlineBlockRule.php
View Options
<?php
final
class
PhutilRemarkupInlineBlockRule
extends
PhutilRemarkupBlockRule
{
public
function
getMatchingLineCount
(
array
$lines
,
$cursor
)
{
return
1
;
}
public
function
markupText
(
$text
,
$children
)
{
return
$this
->
applyRules
(
$text
);
}
}
Event Timeline
Log In to Comment