Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Config Class Reference
Inheritance diagram for Config:
ConfigInterface

Public Member Functions

 __construct (\Magento\Cron\Model\Config\Data $configData)
 
 getJobs ()
 

Protected Attributes

 $_configData
 

Detailed Description

Configuration entry point for client using

Definition at line 11 of file Config.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( \Magento\Cron\Model\Config\Data  $configData)

Initialize needed parameters

Parameters
\Magento\Cron\Model\Config\Data$configData

Definition at line 25 of file Config.php.

26  {
27  $this->_configData = $configData;
28  }

Member Function Documentation

◆ getJobs()

getJobs ( )

Return cron full cron jobs

Returns
array

Implements ConfigInterface.

Definition at line 35 of file Config.php.

36  {
37  return $this->_configData->getJobs();
38  }

Field Documentation

◆ $_configData

$_configData
protected

Definition at line 18 of file Config.php.


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