PHP Class MetaModels\FrontendIntegration\HybridFilterBlock

Inheritance: extends MetaModels\FrontendIntegration\MetaModelHybrid
Show file Open project: metamodels/core Class Usage Examples

Protected Properties

Property Type Description
$strTemplate string Template.

Public Methods

Method Description
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.

Protected Methods

Method Description
compile ( ) : void Generate the module.

Method Details

compile() protected method

Generate the module.
protected compile ( ) : void
return void

generate() public method

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

getFilterCollection() public method

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

getJumpTo() public method

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

setJumpTo() public method

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

Property Details

$strTemplate protected property

Template.
protected string $strTemplate
return string