PHP Class LiquidTagPaginate, php-liquid

Author: Ryan Marshall ([email protected])
Inheritance: extends LiquidBlock
Afficher le fichier Open project: harrydeluxe/php-liquid

Méthodes publiques

Méthode Description
__construct ( string $markup, array &$tokens, LiquidFileSystem &$fileSystem ) : ForLiquidTag Constructor
current_url ( ) Returns the current page URL
render ( LiquidContext &$context ) Renders the tag

Method Details

__construct() public méthode

Constructor
public __construct ( string $markup, array &$tokens, LiquidFileSystem &$fileSystem ) : ForLiquidTag
$markup string
$tokens array
$fileSystem LiquidFileSystem
Résultat ForLiquidTag

current_url() public méthode

Returns the current page URL
public current_url ( )

render() public méthode

Renders the tag
public render ( LiquidContext &$context )
$context LiquidContext