PHP 클래스 Clinic

상속: extends CI_Controller
파일 보기 프로젝트 열기: zblogcn/zblogphp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$categories
$include_path
$module_path
$modules
$output_json

공개 메소드들

메소드 설명
__construct ( )
load_module ( string $module_name ) : object Load module
output ( string $status, string $text ) : string Output
scan_dir ( ) : array Scan modules folder
set_queue ( string $function, string $param ) : string Load output

메소드 상세

__construct() 공개 메소드

public __construct ( )

load_module() 공개 메소드

Load module
public load_module ( string $module_name ) : object
$module_name string
리턴 object

output() 공개 메소드

Output
public output ( string $status, string $text ) : string
$status string
$text string
리턴 string

scan_dir() 공개 메소드

Scan modules folder
public scan_dir ( ) : array
리턴 array modules

set_queue() 공개 메소드

Load output
public set_queue ( string $function, string $param ) : string
$function string
$param string
리턴 string

프로퍼티 상세

$categories 공개적으로 프로퍼티

public $categories

$include_path 공개적으로 프로퍼티

public $include_path

$module_path 공개적으로 프로퍼티

public $module_path

$modules 공개적으로 프로퍼티

public $modules

$output_json 공개적으로 프로퍼티

public $output_json