PHP Class yii\mongodb\debug\ExplainAction

Since: 2.0.5
Author: Sergey Smirnov ([email protected])
Inheritance: extends yii\base\Action
Afficher le fichier Open project: yiisoft/yii2-mongodb

Méthodes publiques

Свойство Type Description
$panel related debug toolbar panel

Méthodes publiques

Méthode Description
run ( integer $seq, string $tag ) : string Runs the explain action

Méthodes protégées

Méthode Description
explainQuery ( string $queryString ) : array | false Runs explain command over the query

Private Methods

Méthode Description
prepareQueryFiler ( array $query ) : array | string Prepare query filer for explain.

Method Details

explainQuery() protected méthode

Runs explain command over the query
protected explainQuery ( string $queryString ) : array | false
$queryString string query log string.
Résultat array | false explain results, `false` on failure.

run() public méthode

Runs the explain action
public run ( integer $seq, string $tag ) : string
$seq integer
$tag string
Résultat string explain result content

Property Details

$panel public_oe property

related debug toolbar panel
public $panel