Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894319
PhabricatorExecFutureFileUploadSource.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
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
Sun, Jan 19, 19:43 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128097
Default Alt Text
PhabricatorExecFutureFileUploadSource.php (519 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment