PHP Class think\controller\Yar

Afficher le fichier Open project: top-think/framework

Méthodes publiques

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

Method Details

__call() public méthode

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

__construct() public méthode

架构函数
public __construct ( )