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

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

Protected Properties

Свойство Type Description
$coreRegistry Magento\Framework\Registry Core registry

Méthodes publiques

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

Méthodes protégées

Méthode Description
_construct ( ) : void Internal constructor

Method Details

__construct() public méthode

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 méthode

Internal constructor
protected _construct ( ) : void
Résultat void

Property Details

$coreRegistry protected_oe property

Core registry
protected Registry,Magento\Framework $coreRegistry
Résultat Magento\Framework\Registry