<?php
|
/**
|
* PhalApi_Request_Formatter_Callback 回调类型
|
*
|
* - 等效于PhalApi_Request_Formatter_Callable
|
*
|
* @see PhalApi_Request_Formatter_Callback
|
* @package PhalApi\Request
|
* @license http://www.phalapi.net/license GPL 协议
|
* @link http://www.phalapi.net/
|
* @author dogstar <chanzonghuang@gmail.com> 2017-04-19
|
*/
|
|
|
class PhalApi_Request_Formatter_Callback extends PhalApi_Request_Formatter_Callable {
|
}
|