Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F555311
PhabricatorPDFFragmentOffset.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
456 B
Referenced Files
None
Subscribers
None
PhabricatorPDFFragmentOffset.php
View Options
<?php
final
class
PhabricatorPDFFragmentOffset
extends
Phobject
{
private
$fragment
;
private
$offset
;
public
function
setFragment
(
PhabricatorPDFFragment
$fragment
)
{
$this
->
fragment
=
$fragment
;
return
$this
;
}
public
function
getFragment
()
{
return
$this
->
fragment
;
}
public
function
setOffset
(
$offset
)
{
$this
->
offset
=
$offset
;
return
$this
;
}
public
function
getOffset
()
{
return
$this
->
offset
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 6:31 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
98979
Default Alt Text
PhabricatorPDFFragmentOffset.php (456 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment