Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F532195
PhabricatorAmazonSNSFuture.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
740 B
Referenced Files
None
Subscribers
None
PhabricatorAmazonSNSFuture.php
View Options
<?php
final
class
PhabricatorAmazonSNSFuture
extends
PhutilAWSFuture
{
private
$parameters
=
array
();
private
$timeout
;
public
function
setParameters
(
$parameters
)
{
$this
->
parameters
=
$parameters
;
return
$this
;
}
protected
function
getParameters
()
{
return
$this
->
parameters
;
}
public
function
getServiceName
()
{
return
'sns'
;
}
public
function
setTimeout
(
$timeout
)
{
$this
->
timeout
=
$timeout
;
return
$this
;
}
public
function
getTimeout
()
{
return
$this
->
timeout
;
}
protected
function
getProxiedFuture
()
{
$future
=
parent
::
getProxiedFuture
();
$timeout
=
$this
->
getTimeout
();
if
(
$timeout
)
{
$future
->
setTimeout
(
$timeout
);
}
return
$future
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 4:27 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
116813
Default Alt Text
PhabricatorAmazonSNSFuture.php (740 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment