Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1103015
PhabricatorDiffInlineCommentContext.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
896 B
Referenced Files
None
Subscribers
None
PhabricatorDiffInlineCommentContext.php
View Options
<?php
final
class
PhabricatorDiffInlineCommentContext
extends
PhabricatorInlineCommentContext
{
private
$filename
;
private
$headLines
;
private
$bodyLines
;
private
$tailLines
;
public
function
setFilename
(
$filename
)
{
$this
->
filename
=
$filename
;
return
$this
;
}
public
function
getFilename
()
{
return
$this
->
filename
;
}
public
function
setHeadLines
(
array
$head_lines
)
{
$this
->
headLines
=
$head_lines
;
return
$this
;
}
public
function
getHeadLines
()
{
return
$this
->
headLines
;
}
public
function
setBodyLines
(
array
$body_lines
)
{
$this
->
bodyLines
=
$body_lines
;
return
$this
;
}
public
function
getBodyLines
()
{
return
$this
->
bodyLines
;
}
public
function
setTailLines
(
array
$tail_lines
)
{
$this
->
tailLines
=
$tail_lines
;
return
$this
;
}
public
function
getTailLines
()
{
return
$this
->
tailLines
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 30, 5:18 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
275083
Default Alt Text
PhabricatorDiffInlineCommentContext.php (896 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment