PHP 클래스 Smile\ElasticsuiteThesaurus\Block\Adminhtml\Thesaurus\Renderer\AbstractRenderer

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

보호된 프로퍼티들

프로퍼티 타입 설명
$elementFactory Magento\Framework\Data\Form\Element\Factory
$textAreaColsNumber Size of the textarea to display

공개 메소드들

메소드 설명
__construct ( Magento\Backend\Block\Template\Context $context, Magento\Framework\Data\Form\Element\Factory $elementFactory, array $data = [] )
render ( Magento\Framework\Data\Form\Element\AbstractElement $element ) : string Render given element (return html of element)
renderCellTemplate ( string $columnName ) : string Render array cell for JS template

메소드 상세

__construct() 공개 메소드

public __construct ( Magento\Backend\Block\Template\Context $context, Magento\Framework\Data\Form\Element\Factory $elementFactory, array $data = [] )
$context Magento\Backend\Block\Template\Context Application context
$elementFactory Magento\Framework\Data\Form\Element\Factory Element Factory
$data array Element Data

render() 공개 메소드

Render given element (return html of element)
public render ( Magento\Framework\Data\Form\Element\AbstractElement $element ) : string
$element Magento\Framework\Data\Form\Element\AbstractElement The element
리턴 string

renderCellTemplate() 공개 메소드

Render array cell for JS template
public renderCellTemplate ( string $columnName ) : string
$columnName string The column name
리턴 string

프로퍼티 상세

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

protected Factory,Magento\Framework\Data\Form\Element $elementFactory
리턴 Magento\Framework\Data\Form\Element\Factory

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

Size of the textarea to display
protected $textAreaColsNumber