Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F468028
PhabricatorExecFutureFileUploadSource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
519 B
Referenced Files
None
Subscribers
None
PhabricatorExecFutureFileUploadSource.php
View Options
<?php
final
class
PhabricatorExecFutureFileUploadSource
extends
PhabricatorFileUploadSource
{
private
$future
;
public
function
setExecFuture
(
ExecFuture
$future
)
{
$this
->
future
=
$future
;
return
$this
;
}
public
function
getExecFuture
()
{
return
$this
->
future
;
}
protected
function
newDataIterator
()
{
$future
=
$this
->
getExecFuture
();
return
id
(
new
LinesOfALargeExecFuture
(
$future
))
->
setDelimiter
(
null
);
}
protected
function
getDataLength
()
{
return
null
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 4:31 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80367
Default Alt Text
PhabricatorExecFutureFileUploadSource.php (519 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment