PHP 클래스 Ts\Bases\Controller

저자:
상속: extends Action
파일 보기 프로젝트 열기: medz/thinksns-4

공개 메소드들

메소드 설명
__call ( string $method, array $params = [] ) 重载方法
__construct ( ) 构造方法
__destruct ( ) 析构方法

메소드 상세

__call() 최종 공개 메소드

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

__construct() 최종 공개 메소드

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

__destruct() 최종 공개 메소드

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