Файл: _rootinc/cnic/Response/CheckTransfer.php
Строк: 22
<?
// CNic_Toolkit_Response_CheckTransfer - response object for checking the status of domain transfers
// 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: CheckTransfer.php,v 1.4 2010/03/31 12:03:02 gavin Exp $
class CNic_Toolkit_Response_CheckTransfer extends CNic_Toolkit_Response {
public function status() {
return $this->response('transfer-status');
}
}
?>