PHP Class Clinic

Inheritance: extends CI_Controller
Afficher le fichier Open project: zblogcn/zblogphp Class Usage Examples

Méthodes publiques

Свойство Type Description
$categories
$include_path
$module_path
$modules
$output_json

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

public __construct ( )

load_module() public méthode

Load module
public load_module ( string $module_name ) : object
$module_name string
Résultat object

output() public méthode

Output
public output ( string $status, string $text ) : string
$status string
$text string
Résultat string

scan_dir() public méthode

Scan modules folder
public scan_dir ( ) : array
Résultat array modules

set_queue() public méthode

Load output
public set_queue ( string $function, string $param ) : string
$function string
$param string
Résultat string

Property Details

$categories public_oe property

public $categories

$include_path public_oe property

public $include_path

$module_path public_oe property

public $module_path

$modules public_oe property

public $modules

$output_json public_oe property

public $output_json