PHP Class Ts\Bases\Controller

Author:
Inheritance: extends Action
Afficher le fichier Open project: medz/thinksns-4

Méthodes publiques

Méthode Description
__call ( string $method, array $params = [] ) 重载方法
__construct ( ) 构造方法
__destruct ( ) 析构方法

Method Details

__call() final public méthode

重载方法
Author: Seven Du ([email protected])
final public __call ( string $method, array $params = [] )
$method string 方法名称
$params array 方法参数

__construct() final public méthode

构造方法
Author: Seven Du ([email protected])
final public __construct ( )

__destruct() final public méthode

析构方法
Author: Seven Du ([email protected])
final public __destruct ( )