Файл: _rootinc/cnic/Response/IssueRenewals.php
Строк: 29
<?
// CNic_Toolkit_Response_Whois - response object for whois requests
// Copyright (c) 2010 CentralNic Ltd. All rights reserved. This program is
// free software; you can redistribute it and/or modify it under the terms
// of the GNU GPL
// $Id: IssueRenewals.php,v 1.7 2010/03/31 12:03:03 gavin Exp $
class CNic_Toolkit_Response_IssueRenewals extends CNic_Toolkit_Response {
public function invoice() {
return $this->response('invoice');
}
public function proforma() {
return $this->response('proforma');
}
public function amount() {
return $this->response('amount');
}
}
?>