PHP Class MetaModels\FrontendIntegration\HybridFilterBlock

Inheritance: extends MetaModels\FrontendIntegration\MetaModelHybrid
Afficher le fichier Open project: metamodels/core Class Usage Examples

Protected Properties

Свойство Type Description
$strTemplate string Template.

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
compile ( ) : void Generate the module.

Method Details

compile() protected méthode

Generate the module.
protected compile ( ) : void
Résultat void

generate() public méthode

Display a wildcard in the back end.
public generate ( ) : string
Résultat string

getFilterCollection() public méthode

Retrieve the filter collection.
public getFilterCollection ( ) : MetaModels\Filter\Setting\ICollection
Résultat MetaModels\Filter\Setting\ICollection

getJumpTo() public méthode

Get the jump to page data.
public getJumpTo ( ) : array
Résultat array

setJumpTo() public méthode

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

Property Details

$strTemplate protected_oe property

Template.
protected string $strTemplate
Résultat string