PHP 클래스 LiquidTagPaginate, php-liquid

저자: Ryan Marshall ([email protected])
상속: extends LiquidBlock
파일 보기 프로젝트 열기: harrydeluxe/php-liquid

공개 메소드들

메소드 설명
__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