PHP 클래스 Smile\ElasticsuiteCatalog\Block\Navigation\Renderer\Slider

저자: Aurelien FOUCRET ([email protected])
저자: Romain Ruaud ([email protected])
상속: extends AbstractRenderer
파일 보기 프로젝트 열기: smile-sa/elasticsuite 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$dataRole string The Data role, used for Javascript mapping of slider Widget
$localeFormat Magento\Framework\Locale\FormatInterface

공개 메소드들

메소드 설명
__construct ( Magento\Framework\View\Element\Template\Context $context, Magento\Framework\Json\EncoderInterface $jsonEncoder, Magento\Framework\Locale\FormatInterface $localeFormat, array $data = [] )
getDataRole ( ) : string Retrieve the data role
getJsonConfig ( ) : string Return the config of the price slider JS widget.

보호된 메소드들

메소드 설명
canRenderFilter ( ) {@inheritDoc}
getConfig ( ) : array Retrieve configuration
getFieldFormat ( ) : array Retrieve Field Format for slider display
getMaxValue ( ) : integer Returns max value of the slider.
getMinValue ( ) : integer Returns min value of the slider.

비공개 메소드들

메소드 설명
getCurrentValue ( ) : array Returns values currently selected by the user.
getIntervals ( ) : array Return available intervals.
getUrlTemplate ( ) : string Retrieve filter URL template with placeholders for range.

메소드 상세

__construct() 공개 메소드

public __construct ( Magento\Framework\View\Element\Template\Context $context, Magento\Framework\Json\EncoderInterface $jsonEncoder, Magento\Framework\Locale\FormatInterface $localeFormat, array $data = [] )
$context Magento\Framework\View\Element\Template\Context Template context.
$jsonEncoder Magento\Framework\Json\EncoderInterface JSON Encoder.
$localeFormat Magento\Framework\Locale\FormatInterface Price format config.
$data array Custom data.

canRenderFilter() 보호된 메소드

{@inheritDoc}
protected canRenderFilter ( )

getConfig() 보호된 메소드

Retrieve configuration
protected getConfig ( ) : array
리턴 array

getDataRole() 공개 메소드

Retrieve the data role
public getDataRole ( ) : string
리턴 string

getFieldFormat() 보호된 메소드

Retrieve Field Format for slider display
protected getFieldFormat ( ) : array
리턴 array

getJsonConfig() 공개 메소드

Return the config of the price slider JS widget.
public getJsonConfig ( ) : string
리턴 string

getMaxValue() 보호된 메소드

Returns max value of the slider.
protected getMaxValue ( ) : integer
리턴 integer

getMinValue() 보호된 메소드

Returns min value of the slider.
protected getMinValue ( ) : integer
리턴 integer

프로퍼티 상세

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

The Data role, used for Javascript mapping of slider Widget
protected string $dataRole
리턴 string

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

protected FormatInterface,Magento\Framework\Locale $localeFormat
리턴 Magento\Framework\Locale\FormatInterface