bedezign\yii2\audit\panels\ErrorPanel::getLabel PHP 메소드

getLabel() 공개 메소드

public getLabel ( )
    public function getLabel()
    {
        return $this->getName() . ' <small>(' . count($this->_model->linkedErrors) . ')</small>';
    }