yii\debug\panels\DbPanel::canBeExplained PHP Method

canBeExplained() public static method

Check if given query type can be explained.
Since: 2.0.5
public static canBeExplained ( string $type ) : boolean
$type string query type
return boolean
    public static function canBeExplained($type)
    {
        return $type !== 'SHOW';
    }