Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
CleanupReservations Class Reference

Public Member Functions

 __construct (CleanupReservationsInterface $cleanupReservations)
 
 execute ()
 

Detailed Description

Cron job precessing of reservations cleanup

Definition at line 15 of file CleanupReservations.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( CleanupReservationsInterface  $cleanupReservations)
Parameters
CleanupReservationsInterface$cleanupReservations

Definition at line 25 of file CleanupReservations.php.

26  {
27  $this->cleanupReservations = $cleanupReservations;
28  }

Member Function Documentation

◆ execute()

execute ( )

Cleanup reservations

Returns
void

Definition at line 35 of file CleanupReservations.php.

36  {
37  $this->cleanupReservations->execute();
38  }

The documentation for this class was generated from the following file: