Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1625544
Event.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
604 B
Referenced Files
None
Subscribers
None
Event.php
View Options
<?php
class
Stripe_Event
extends
Stripe_ApiResource
{
/**
* @param string $id The ID of the event to retrieve.
* @param string|null $apiKey
*
* @return Stripe_Event
*/
public
static
function
retrieve
(
$id
,
$apiKey
=
null
)
{
$class
=
get_class
();
return
self
::
_scopedRetrieve
(
$class
,
$id
,
$apiKey
);
}
/**
* @param array|null $params
* @param string|null $apiKey
*
* @return array An array of Stripe_Events.
*/
public
static
function
all
(
$params
=
null
,
$apiKey
=
null
)
{
$class
=
get_class
();
return
self
::
_scopedAll
(
$class
,
$params
,
$apiKey
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 16, 6:01 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
366782
Default Alt Text
Event.php (604 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment