Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110317541
Balance.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
Fri, Apr 25, 18:29
Size
291 B
Mime Type
text/x-php
Expires
Sun, Apr 27, 18:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25753643
Attached To
rPH Phabricator
Balance.php
View Options
<?php
class
Stripe_Balance
extends
Stripe_SingletonApiResource
{
/**
* @param string|null $apiKey
*
* @return Stripe_Balance
*/
public
static
function
retrieve
(
$apiKey
=
null
)
{
$class
=
get_class
();
return
self
::
_scopedSingletonRetrieve
(
$class
,
$apiKey
);
}
}
Event Timeline
Log In to Comment