dektrium\rbac\models\Assignment::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['items' => \Yii::t('rbac', 'Items')];
    }