bedezign\yii2\audit\panels\ErrorPanel::getLabel PHP Метод

getLabel() публичный Метод

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