Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92452203
Account.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
Wed, Nov 20, 10:31
Size
291 B
Mime Type
text/x-php
Expires
Fri, Nov 22, 10:31 (2 d)
Engine
blob
Format
Raw Data
Handle
22441478
Attached To
rPH Phabricator
Account.php
View Options
<?php
class
Stripe_Account
extends
Stripe_SingletonApiResource
{
/**
* @param string|null $apiKey
*
* @return Stripe_Account
*/
public
static
function
retrieve
(
$apiKey
=
null
)
{
$class
=
get_class
();
return
self
::
_scopedSingletonRetrieve
(
$class
,
$apiKey
);
}
}
Event Timeline
Log In to Comment