Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892928
PhabricatorPDFContentsObject.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
487 B
Referenced Files
None
Subscribers
None
PhabricatorPDFContentsObject.php
View Options
<?php
final
class
PhabricatorPDFContentsObject
extends
PhabricatorPDFObject
{
private
$rawContent
;
public
function
setRawContent
(
$raw_content
)
{
$this
->
rawContent
=
$raw_content
;
return
$this
;
}
public
function
getRawContent
(
)
{
return
$this
->
rawContent
;
}
protected
function
writeObject
(
)
{
$data
=
$this
->
getRawContent
(
)
;
$stream_length
=
$this
->
newStream
(
$data
)
;
$this
->
writeLine
(
'/Filter /FlateDecode /Length %d'
,
$stream_length
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 17:33 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127013
Default Alt Text
PhabricatorPDFContentsObject.php (487 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment