yii\debug\panels\DbPanel::canBeExplained PHP Метод

canBeExplained() публичный статический Метод

Check if given query type can be explained.
С версии: 2.0.5
public static canBeExplained ( string $type ) : boolean
$type string query type
Результат boolean
    public static function canBeExplained($type)
    {
        return $type !== 'SHOW';
    }