PHP 클래스 Swoole\Controller

파일 보기 프로젝트 열기: matyhtf/swoole_framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$if_filter boolean 是否对GET/POST/REQUEST/COOKIE参数进行转意
$is_ajax

보호된 프로퍼티들

프로퍼티 타입 설명
$config
$model
$template_dir
$tpl_var
$traceInfo

공개 메소드들

메소드 설명
__construct ( Swoole $swoole )
__destruct ( )
assign ( $key, $value )
display ( string $tpl_file = '' ) render template file, then display it.
fetch ( $tpl_file = '' )
json ( string $data = '', integer $code, string $message = '' ) : string 输出JSON字串
message ( $code, $msg = 'success' )
showTrace ( ) : string 显示跟踪信息
value ( $array, $key, $default = '', $intval = false )

보호된 메소드들

메소드 설명
showTime ( ) : string 显示运行时间和内存占用
trace ( $title, $value = '' ) 跟踪信息

메소드 상세

__construct() 공개 메소드

public __construct ( Swoole $swoole )
$swoole Swoole

__destruct() 공개 메소드

public __destruct ( )

assign() 공개 메소드

public assign ( $key, $value )

display() 공개 메소드

render template file, then display it.
public display ( string $tpl_file = '' )
$tpl_file string

fetch() 공개 메소드

public fetch ( $tpl_file = '' )

json() 공개 메소드

输出JSON字串
public json ( string $data = '', integer $code, string $message = '' ) : string
$data string
$code integer
$message string
리턴 string

message() 공개 메소드

public message ( $code, $msg = 'success' )

showTime() 보호된 메소드

显示运行时间和内存占用
protected showTime ( ) : string
리턴 string

showTrace() 공개 메소드

显示跟踪信息
public showTrace ( ) : string
리턴 string

trace() 보호된 메소드

跟踪信息
protected trace ( $title, $value = '' )
$title
$value

value() 공개 메소드

public value ( $array, $key, $default = '', $intval = false )

프로퍼티 상세

$config 보호되어 있는 프로퍼티

protected $config

$if_filter 공개적으로 프로퍼티

是否对GET/POST/REQUEST/COOKIE参数进行转意
public bool $if_filter
리턴 boolean

$is_ajax 공개적으로 프로퍼티

public $is_ajax

$model 보호되어 있는 프로퍼티

protected $model

$template_dir 보호되어 있는 프로퍼티

protected $template_dir

$tpl_var 보호되어 있는 프로퍼티

protected $tpl_var

$traceInfo 보호되어 있는 프로퍼티

protected $traceInfo