Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SourceDescriptionAlternativeDeprecated SinceProposed Removal
Coupons::getTypesCoupon types are not used by the system.
4.1.05.0
Coupons::validateTypeCoupon types are not used by the system.
4.1.05.0
Coupons::validateInclusiveRecurringCoupon types are not used by the system.
4.1.05.0
CronTasks::deleteMethod arguments have changed, so a new replacement method exists.CronTasks::deleteTask4.3.05.0
CronTasks::validateKeyUniqueThe method provides no beneficial use.
4.3.05.0
CronTasks::validateTaskTypeThe method provides no beneficial use.
4.3.05.0
Invoices::makeLinesFromItemsThis logic has been abstracted to a different library.Blesta\Core\Pricing\ libraries4.1.05.0
Invoices::getItemTotalsThis logic has been abstracted to a different library.Blesta\Core\Pricing\ libraries4.0.05.0
Logs::getCronListThe plugin_dir property of each retrieved object is no longer relevant and will not be returned.sufficient.Use the dir property along with the task_type property4.3.05.0
Logs::getLatestCronThe plugin_dir property of the retrieved object is no longer relevant and will not be returned.sufficient.Use the dir property along with the task_type property4.3.05.0
Logs::getRunningCronTasksThe plugin_dir property of each retrieved object is no longer relevant and will not be returned.4.3.0sufficient.Use the dir property along with the task_type property4.3.05.0
PackageGroups::add argument data

Some associative keys passed to the first argument of PackageGroups::add have been deprecated.

The first argument to PackageGroups::add is an array of $vars. The keys 'name' and 'description' have been deprecated (i.e. $vars['name'] and $vars['description']).

Pass values for $vars['names'] and $vars['descriptions'] instead4.5.05.0
PackageGroups::edit argument data

Some associative keys passed to the first argument of PackageGroups::edit have been deprecated.

The first argument to PackageGroups::edit is an array of $vars. The keys 'name' and 'description' have been deprecated (i.e. $vars['name'] and $vars['description']).

Pass values for $vars['names'] and $vars['descriptions'] instead4.5.05.0
Packages::add argument data

Some associative keys passed to the first argument of Packages::add have been deprecated.

The first argument to Packages::add is an array of $vars. The keys 'name', 'description', and 'description_html' have been deprecated (i.e. $vars['name'], $vars['description'], and $vars['description_html']).

Pass values for $vars['names'] and $vars['descriptions'] instead

Packages::editargument data

Some associative keys passed to the first argument of Packages::edit have been deprecated.

The first argument to Packages::edit is an array of $vars. The keys 'name', 'description', and 'description_html' have been deprecated (i.e. $vars['name'], $vars['description'], and $vars['description_html']).

Pass values for $vars['names'] and $vars['descriptions'] instead5.0
















Controllers

Controllers facilitate the retrieval of data and rendering of views. They are stored in the /app/ and /app/controllers/ directories.

...