PHP Class LiquidTagPaginate, php-liquid

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

Public Methods

Method 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 method

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

current_url() public method

Returns the current page URL
public current_url ( )

render() public method

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