Blesta Source Documentation

Deprecated

Table of Contents

public_html/app/models/gateway_manager.php
public_html/app/models/invoices.php
public_html/app/models/staff.php
public_html/components/gateways/lib/gateway.php
public_html/components/vcard/vcard.php
public_html/core/Util/Events/Observers/CalendarEvents.php
public_html/core/Util/Events/Observers/ClientGroups.php
public_html/core/Util/Events/Observers/Companies.php
public_html/core/Util/Events/Observers/Contacts.php
public_html/core/Util/Events/Observers/GatewayManager.php
public_html/core/Util/Events/Observers/Invoices.php
public_html/core/Util/Events/Observers/ModuleManager.php
public_html/core/Util/Events/Observers/Packages.php
public_html/core/Util/Events/Observers/Services.php
public_html/core/Util/Events/Observers/Staff.php
public_html/core/Util/Events/Observers/Transactions.php

gateway_manager.php

Line Element Reason
717 GatewayManager::verifyCurrency()

since v5.13.0 - Now multiple merchant gateways can use the same currency at the same time

invoices.php

Line Element Reason
2471 Invoices::get()

since v4.6.0 - The properties of some data returned by this method are deprecated:

  • line_items
    • taxes_applied
    • tax_subtotal
    • tax_total
    • total
    • total_w_tax
2644 Invoices::getTaxTotals()

since v4.6.0 - use \Blesta\Core\Pricing\ library

2704 Invoices::getLineItems()

since v4.6.0 - The properties of some data returned by this method are deprecated:

  • taxes_applied
  • tax_subtotal
  • tax_total
  • total
  • total_w_tax
2797 Invoices::makeLinesBackwardCompatible()

since v4.6.0

4788 Invoices::getSubtotal()

since v4.6.0 - use \Blesta\Core\Pricing\

4803 Invoices::getTotal()

since v4.6.0 - use \Blesta\Core\Pricing\

4841 Invoices::makeLinesFromItems()

since v4.1.0

4886 Invoices::makeLineItem()

since v4.1.0

4928 Invoices::getItemTotals()

since 4.0.0 - Use Blesta\Core\Pricing...

4968 Invoices::itemCollectionItems()

since 4.0.0 - Use Blesta\Core\Pricing...

5060 Invoices::itemCollectionDiscounts()

since 4.0.0 - Use Blesta\Core\Pricing...

5090 Invoices::itemCollectionTaxes()

since 4.0.0 - Use Blesta\Core\Pricing...

5132 Invoices::makeItemCollection()

since 4.0.0 - Use Blesta\Core\Pricing...

5200 Invoices::getTaxPrices()

since 4.0.0 - Use Blesta\Core\Pricing...

5256 Invoices::getDiscountPrices()

since 4.0.0 - Use Blesta\Core\Pricing...

5292 Invoices::pricingFactory()

since 4.0.0 - Use Blesta\Core\Pricing...

staff.php

Line Element Reason
124 Staff::delete()

since version 4.1.0

gateway.php

Line Element Reason
402 Gateway::ifSet()

since v5.1.0, use isset() instead

vcard.php

Line Element Reason
97 VCard::removeDeprecatedFields()

since v4.5.0

CalendarEvents.php

Line Element Reason
109 CalendarEvents::add()

since v5.3.0

122 CalendarEvents::edit()

since v5.3.0

135 CalendarEvents::delete()

since v5.3.0

ClientGroups.php

Line Element Reason
109 ClientGroups::add()

since v5.3.0

122 ClientGroups::edit()

since v5.3.0

135 ClientGroups::delete()

since v5.3.0

Companies.php

Line Element Reason
109 Companies::add()

since v5.3.0

122 Companies::edit()

since v5.3.0

135 Companies::delete()

since v5.3.0

Contacts.php

Line Element Reason
109 Contacts::add()

since v5.3.0

122 Contacts::edit()

since v5.3.0

135 Contacts::delete()

since v5.3.0

GatewayManager.php

Line Element Reason
109 GatewayManager::add()

since v5.3.0

122 GatewayManager::edit()

since v5.3.0

135 GatewayManager::delete()

since v5.3.0

Invoices.php

Line Element Reason
133 Invoices::add()

since v5.3.0

146 Invoices::edit()

since v5.3.0

159 Invoices::setClosed()

since v5.3.0

172 Invoices::createFromServices()

since v5.3.0

ModuleManager.php

Line Element Reason
85 ModuleManager::add()

since v5.3.0

98 ModuleManager::delete()

since v5.3.0

Packages.php

Line Element Reason
109 Packages::add()

since v5.3.0

122 Packages::edit()

since v5.3.0

135 Packages::delete()

since v5.3.0

Services.php

Line Element Reason
179 Services::add()

since v5.3.0

192 Services::edit()

since v5.3.0

205 Services::cancel()

since v5.3.0

218 Services::suspend()

since v5.3.0

231 Services::unsuspend()

since v5.3.0

Staff.php

Line Element Reason
85 Staff::add()

since v5.3.0

98 Staff::edit()

since v5.3.0

Transactions.php

Line Element Reason
85 Transactions::add()

since v5.3.0

98 Transactions::edit()

since v5.3.0

Search results