PHP 클래스 MetaModels\FrontendIntegration\HybridFilterBlock

상속: extends MetaModels\FrontendIntegration\MetaModelHybrid
파일 보기 프로젝트 열기: metamodels/core 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$strTemplate string Template.

공개 메소드들

메소드 설명
generate ( ) : string Display a wildcard in the back end.
getFilterCollection ( ) : MetaModels\Filter\Setting\ICollection Retrieve the filter collection.
getJumpTo ( ) : array Get the jump to page data.
setJumpTo ( array $arrJumpTo ) : HybridFilterBlock Set the jump to page data.

보호된 메소드들

메소드 설명
compile ( ) : void Generate the module.

메소드 상세

compile() 보호된 메소드

Generate the module.
protected compile ( ) : void
리턴 void

generate() 공개 메소드

Display a wildcard in the back end.
public generate ( ) : string
리턴 string

getFilterCollection() 공개 메소드

Retrieve the filter collection.
public getFilterCollection ( ) : MetaModels\Filter\Setting\ICollection
리턴 MetaModels\Filter\Setting\ICollection

getJumpTo() 공개 메소드

Get the jump to page data.
public getJumpTo ( ) : array
리턴 array

setJumpTo() 공개 메소드

Set the jump to page data.
public setJumpTo ( array $arrJumpTo ) : HybridFilterBlock
$arrJumpTo array The page data.
리턴 HybridFilterBlock

프로퍼티 상세

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

Template.
protected string $strTemplate
리턴 string