Page MenuHomestyx hydra

Account.php
No OneTemporary

Account.php

<?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);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 26, 10:10 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1548085
Default Alt Text
Account.php (291 B)

Event Timeline