Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96151117
Token.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
Mon, Dec 23, 04:41
Size
514 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 04:41 (2 d)
Engine
blob
Format
Raw Data
Handle
23133962
Attached To
rPH Phabricator
Token.php
View Options
<?php
class
Stripe_Token
extends
Stripe_ApiResource
{
public
static
function
constructFrom
(
$values
,
$apiKey
=
null
)
{
$class
=
get_class
();
return
self
::
scopedConstructFrom
(
$class
,
$values
,
$apiKey
);
}
public
static
function
retrieve
(
$id
,
$apiKey
=
null
)
{
$class
=
get_class
();
return
self
::
_scopedRetrieve
(
$class
,
$id
,
$apiKey
);
}
public
static
function
create
(
$params
=
null
,
$apiKey
=
null
)
{
$class
=
get_class
();
return
self
::
_scopedCreate
(
$class
,
$params
,
$apiKey
);
}
}
Event Timeline
Log In to Comment