PHP 클래스 yii\mongodb\debug\ExplainAction

부터: 2.0.5
저자: Sergey Smirnov ([email protected])
상속: extends yii\base\Action
파일 보기 프로젝트 열기: yiisoft/yii2-mongodb

공개 프로퍼티들

프로퍼티 타입 설명
$panel related debug toolbar panel

공개 메소드들

메소드 설명
run ( integer $seq, string $tag ) : string Runs the explain action

보호된 메소드들

메소드 설명
explainQuery ( string $queryString ) : array | false Runs explain command over the query

비공개 메소드들

메소드 설명
prepareQueryFiler ( array $query ) : array | string Prepare query filer for explain.

메소드 상세

explainQuery() 보호된 메소드

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

run() 공개 메소드

Runs the explain action
public run ( integer $seq, string $tag ) : string
$seq integer
$tag string
리턴 string explain result content

프로퍼티 상세

$panel 공개적으로 프로퍼티

related debug toolbar panel
public $panel