PHP Class DefaultController, yii2-debug

Inheritance: extends Controller
Afficher le fichier Open project: zhuravljov/yii2-debug Class Usage Examples

Méthodes publiques

Свойство Type Description
$layout
$summary

Méthodes publiques

Méthode Description
actionConfig ( )
actionExplain ( string $tag, integer $num, string $connection )
actionIndex ( ) Общий список логов
actionLock ( string $tag ) Блокировка/разблокировка лога от автоматического удаления
actionPhpinfo ( )
actionToolbar ( $tag ) Генерирует код дебаг-панели по ajax-запросу
actionView ( null $tag = null, null $panel = null ) Страница для просмотра отладочной информации
actions ( )
getComponent ( ) : Yii2Debug
getOwner ( ) : Yii2Debug

Méthodes protégées

Méthode Description
getManifest ( $forceReload = false )
loadData ( $tag, $maxRetry )

Private Methods

Méthode Description
hideConfigData ( array $config, array $options ) : array

Method Details

actionConfig() public méthode

public actionConfig ( )

actionExplain() public méthode

public actionExplain ( string $tag, integer $num, string $connection )
$tag string
$num integer
$connection string

actionIndex() public méthode

Общий список логов
public actionIndex ( )

actionLock() public méthode

Блокировка/разблокировка лога от автоматического удаления
public actionLock ( string $tag )
$tag string

actionPhpinfo() public méthode

public actionPhpinfo ( )

actionToolbar() public méthode

Генерирует код дебаг-панели по ajax-запросу
public actionToolbar ( $tag )
$tag

actionView() public méthode

Страница для просмотра отладочной информации
public actionView ( null $tag = null, null $panel = null )
$tag null сохраненного лога
$panel null id страницы

actions() public méthode

public actions ( )

getComponent() public méthode

Deprecation: will removed in 1.2
public getComponent ( ) : Yii2Debug
Résultat Yii2Debug

getManifest() protected méthode

protected getManifest ( $forceReload = false )

getOwner() public méthode

public getOwner ( ) : Yii2Debug
Résultat Yii2Debug

loadData() protected méthode

protected loadData ( $tag, $maxRetry )

Property Details

$layout public_oe property

public $layout

$summary public_oe property

public $summary