bedezign\yii2\audit\panels\ErrorPanel::getLabel PHP Method

getLabel() public method

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