20 lines
428 B
PHP
Executable File
20 lines
428 B
PHP
Executable File
<?php
|
|
include dirname(__FILE__, 5) . '/test/lib/ui.php';
|
|
class createDocTester extends tester
|
|
{
|
|
/*
|
|
* 创建接口文档。
|
|
* Create a api.
|
|
*
|
|
* @param string $apiLib
|
|
* @param string $apiDoc
|
|
* @param string $apiPath
|
|
* @access public
|
|
* @return void
|
|
*/
|
|
public function createApiDoc($apiLib, $apiDoc, $apiPath)
|
|
{
|
|
/*进入接口空间创建独立接口库*/
|
|
}
|
|
}
|