PHP 클래스 think\controller\Yar

파일 보기 프로젝트 열기: top-think/framework

공개 메소드들

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

메소드 상세

__call() 공개 메소드

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

__construct() 공개 메소드

架构函数
public __construct ( )