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.
4.3.05.0
Logs::getLatestCronThe plugin_dir property of the retrieved object is no longer relevant and will not be returned.
4.3.05.0
Logs::getRunningCronTasksThe plugin_dir property of each retrieved object is no longer relevant and will not be returned.
4.3.05.0

Controllers

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

...