PHP Class think\controller\Yar

Mostra file Open project: top-think/framework

Public Methods

Method Description
__call ( string $method, array $args ) : mixed 魔术方法 有不存在的操作的时候执行
__construct ( ) 架构函数

Method Details

__call() public method

魔术方法 有不存在的操作的时候执行
public __call ( string $method, array $args ) : mixed
$method string 方法名
$args array 参数
return mixed

__construct() public method

架构函数
public __construct ( )