yii\debug\Panel::getDetail PHP 메소드

getDetail() 공개 메소드

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