Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F476429
Event.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
508 B
Referenced Files
None
Subscribers
None
Event.php
View Options
<?php
class
Stripe_Event
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
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, May 7, 2:51 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77815
Default Alt Text
Event.php (508 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment