yii\debug\Panel::getDetail PHP Method

getDetail() public method

public getDetail ( ) : string
return string content that is displayed in debugger detail view
    public function getDetail()
    {
        return '';
    }