lajax\translatemanager\models\LanguageSource::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => Yii::t('model', 'ID'), 'category' => Yii::t('model', 'Category'), 'message' => Yii::t('model', 'Message')];
    }