colly
2017-08-01 64689425ccf235d8f971bba4dffab9f13f89045d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * PhalApi_Response_Explorer 控制台响应类
 *
 * @package     PhalApi\Response
 * @license     http://www.phalapi.net/license GPL 协议
 * @link        http://www.phalapi.net/
 * @author      dogstar <chanzonghuang@gmail.com> 2015-02-09
 */
 
class PhalApi_Response_Explorer extends PhalApi_Response {
 
    protected function formatResult($result) {
 
    }
}