Свойство | Type | Description | |
---|---|---|---|
$CI | |||
$_available_sections | |||
$_query_toggle_count | Stores _compile_x() results | ||
$_sections |
Méthode | Description | |
---|---|---|
__construct ( $config = [] ) | -------------------------------------------------------------------- | |
_compile_console ( ) | -------------------------------------------------------------------- | |
_compile_files ( ) | -------------------------------------------------------------------- | |
_compile_userdata ( ) | -------------------------------------------------------------------- | |
_compile_view_data ( ) : array | Compile View Data | |
get_file_size ( $size, $retstring = null ) | -------------------------------------------------------------------- | |
interpolateQuery ( $query, array $params ) | ||
run ( ) : string | Run the Profiler | |
set_sections ( $config ) : void | Set Sections |
Méthode | Description | |
---|---|---|
_compile_benchmarks ( ) : array | Auto Profiler | |
_compile_config ( ) : string | Compile config information | |
_compile_controller_info ( ) : string | Show the controller and function that were called | |
_compile_eloquent ( ) : string | Compile Eloquent Queries | |
_compile_get ( ) : string | Compile $_GET Data | |
_compile_http_headers ( ) : string | Compile header information | |
_compile_memory_usage ( ) : string | Compile memory usage | |
_compile_post ( ) : string | Compile $_POST Data | |
_compile_queries ( ) : string | Compile Queries | |
_compile_uri_string ( ) : string | Show query string |
public __construct ( $config = [] ) |
protected _compile_benchmarks ( ) : array | ||
Résultat | array |
protected _compile_config ( ) : string | ||
Résultat | string |
public _compile_console ( ) |
protected _compile_controller_info ( ) : string | ||
Résultat | string |
protected _compile_eloquent ( ) : string | ||
Résultat | string |
public _compile_files ( ) |
protected _compile_get ( ) : string | ||
Résultat | string |
protected _compile_http_headers ( ) : string | ||
Résultat | string |
protected _compile_memory_usage ( ) : string | ||
Résultat | string |
protected _compile_post ( ) : string | ||
Résultat | string |
protected _compile_queries ( ) : string | ||
Résultat | string |
protected _compile_uri_string ( ) : string | ||
Résultat | string |
public _compile_userdata ( ) |
public _compile_view_data ( ) : array | ||
Résultat | array |
public static get_file_size ( $size, $retstring = null ) |
public set_sections ( $config ) : void | ||
Résultat | void |
protected $_query_toggle_count |