Exemple #1
0
    public function __construct($apicaller) {
        parent::__construct($apicaller);


        $this->managednsrecord = new ManageDnsRecord($apicaller) ;


    }
Exemple #2
0
 public function __construct($apicaller) {
     parent::__construct($apicaller);
 }