Class yii\elasticsearch\DebugAction

Inheritanceyii\elasticsearch\DebugAction » yii\base\Action
Available since version2.0

Debug Action is used by yii\elasticsearch\DebugPanel to perform elasticsearch queries using ajax.

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$controller \yii\debug\controllers\DefaultController yii\elasticsearch\DebugAction
$db string The connection id to use yii\elasticsearch\DebugAction
$panel yii\elasticsearch\DebugPanel yii\elasticsearch\DebugAction

Public Methods

Hide inherited methods

MethodDescriptionDefined By
run() yii\elasticsearch\DebugAction

Property Details

$controller public property
public \yii\debug\controllers\DefaultController $controller null
$db public property

The connection id to use

public string $db null
$panel public property

Method Details

run() public method

public void run ( $logId, $tag )
$logId
$tag