PHP Class Smile\ElasticsuiteThesaurus\Block\Adminhtml\Thesaurus\Create

Author: Romain Ruaud ([email protected])
Inheritance: extends Magento\Backend\Block\Widget\Form\Container
Show file Open project: smile-sa/elasticsuite

Protected Properties

Property Type Description
$coreRegistry Magento\Framework\Registry Core registry

Public Methods

Method Description
__construct ( Magento\Backend\Block\Widget\Context $context, Magento\Framework\Registry $registry, array $data = [] ) Constructor

Protected Methods

Method Description
_construct ( ) : void Internal constructor

Method Details

__construct() public method

Constructor
public __construct ( Magento\Backend\Block\Widget\Context $context, Magento\Framework\Registry $registry, array $data = [] )
$context Magento\Backend\Block\Widget\Context Current context
$registry Magento\Framework\Registry The registry
$data array Block parameters

_construct() protected method

Internal constructor
protected _construct ( ) : void
return void

Property Details

$coreRegistry protected property

Core registry
protected Registry,Magento\Framework $coreRegistry
return Magento\Framework\Registry