PHP 클래스 Smile\ElasticsuiteThesaurus\Block\Adminhtml\Thesaurus\Edit

저자: Romain Ruaud ([email protected])
상속: extends Magento\Backend\Block\Widget\Form\Container
파일 보기 프로젝트 열기: smile-sa/elasticsuite

보호된 프로퍼티들

프로퍼티 타입 설명
$coreRegistry Magento\Framework\Registry Core registry

공개 메소드들

메소드 설명
__construct ( Magento\Backend\Block\Widget\Context $context, Magento\Framework\Registry $registry, array $data = [] ) Constructor

보호된 메소드들

메소드 설명
_construct ( ) : void Internal constructor

메소드 상세

__construct() 공개 메소드

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() 보호된 메소드

Internal constructor
protected _construct ( ) : void
리턴 void

프로퍼티 상세

$coreRegistry 보호되어 있는 프로퍼티

Core registry
protected Registry,Magento\Framework $coreRegistry
리턴 Magento\Framework\Registry