PHP Класс LiquidTagPaginate, php-liquid

Автор: Ryan Marshall ([email protected])
Наследование: extends LiquidBlock
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $markup, array &$tokens, LiquidFileSystem &$fileSystem ) : ForLiquidTag Constructor
current_url ( ) Returns the current page URL
render ( LiquidContext &$context ) Renders the tag

Описание методов

__construct() публичный Метод

Constructor
public __construct ( string $markup, array &$tokens, LiquidFileSystem &$fileSystem ) : ForLiquidTag
$markup string
$tokens array
$fileSystem LiquidFileSystem
Результат ForLiquidTag

current_url() публичный Метод

Returns the current page URL
public current_url ( )

render() публичный Метод

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