Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91211942
PhutilAWSCloudFormationFuture.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 9, 00:45
Size
364 B
Mime Type
text/x-php
Expires
Mon, Nov 11, 00:45 (2 d)
Engine
blob
Format
Raw Data
Handle
22221258
Attached To
rPHU libphutil
PhutilAWSCloudFormationFuture.php
View Options
<?php
final
class
PhutilAWSCloudFormationFuture
extends
PhutilAWSFuture
{
private
$parameters
=
array
();
public
function
setParameters
(
$parameters
)
{
$this
->
parameters
=
$parameters
;
return
$this
;
}
protected
function
getParameters
()
{
return
$this
->
parameters
;
}
public
function
getServiceName
()
{
return
'cloudformation'
;
}
}
Event Timeline
Log In to Comment