OpenCloud/DNS/Subdomain.php

Classes

Subdomain

Properties

 
 
No 
No 

Description

The Subdomain is basically another domain, albeit one that is a child of a parent domain. In terms of the code involved, the JSON is slightly different than a top-level domain, and the parent is a domain instead of the DNS service itself.
Note that the `Subdomain` class is defined in this same file because of mutual dependencies.

Methods

Parent, __construct,

Parent( ) : n/a

Description

returns the parent domain object

Return value

Type Description
n/a n/a

__construct(   $parent,   $info = array(), ) : n/a

Arguments

Name Type Description Default
$parent n/a
$info n/a array()

Return value

Type Description
n/a n/a

Properties

$_parent, $json_collection_name, $json_name, $url_resource,

  private  $_parent =




  protected  static $json_collection_name = 'domains'




  protected  static $json_name = false




  protected  static $url_resource = 'subdomains'




Documentation was generated by phpDocumentor 2.0.0b6 .

Namespaces

Packages