Файл: _rootinc/cnic/Response/CreateHandle.php
Строк: 22
<?
// CNic_Toolkit_Response_CreateHandle - response object for creating handles
// 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: CreateHandle.php,v 1.6 2010/03/31 12:03:02 gavin Exp $
class CNic_Toolkit_Response_CreateHandle extends CNic_Toolkit_Response {
public function handle() {
return $this->response('handle');
}
}
?>