Overview

Namespaces

  • Angelfon
    • SDK
      • Exceptions
      • Http
      • Rest
        • Api
          • V099
            • User

Classes

  • Api
  • Client
  • Overview
  • Namespace
  • Class

Class Api

Class Domain Abstracts an Angelfon sub domain

Angelfon\SDK\Domain
Extended by Angelfon\SDK\Rest\Api
Namespace: Angelfon\SDK\Rest
Package: Angelfon
Located at Rest/Api.php
Methods summary
public
# __construct( Angelfon\SDK\Rest\Client $client )

Construct a new Domain

Construct a new Domain

Parameters

$client
used to communicate with Angelfon

Overrides

Angelfon\SDK\Domain::__construct()
public
# getV099( )
public Angelfon\SDK\Version
# __get( string $name )

Magic getter to lazy load versions

Magic getter to lazy load versions

Parameters

$name
Domain to return

Returns

Angelfon\SDK\Version
The requested version

Throws

Angelfon\SDK\Exceptions\AngelfonException
For unknown versions
Methods inherited from Angelfon\SDK\Domain
__toString(), absoluteUrl(), getClient(), request()
Properties summary
protected Angelfon\SDK\Rest\Api\V099 $_v099

API Version

API Version

#
Properties inherited from Angelfon\SDK\Domain
$baseUrl, $client
API documentation generated by ApiGen