ImageGroup::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array
    public function attributeLabels()
    {
        return ['id' => Yii::t('StoreModule.store', 'ID'), 'name' => Yii::t('StoreModule.store', 'Name')];
    }