| [ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 51 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| init() X-Ref |
| No description |
| me() X-Ref |
| Return the merchant identity associated with the current Balanced\Settings::$api_key. If you are not authenticated (i.e. ) then Balanced\Exceptions\NoResult will be thrown. <code> $merchant = \Balanced\Merchant::me(); $owner_account = \Balanced\Marketplace::mine()->owner_account; assert($merchant->id == $owner_account->merchant->id); </code> return: \Balanced\Merchant |
| Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |