PHP 클래스 LiquidTagFor, php-liquid

상속: extends LiquidBlock
파일 보기 프로젝트 열기: harrydeluxe/php-liquid

공개 메소드들

메소드 설명
__construct ( string $markup, array &$tokens, LiquidFileSystem &$file_system ) : ForLiquidTag Constructor
render ( LiquidContext &$context ) Renders the tag

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $markup, array &$tokens, LiquidFileSystem &$file_system ) : ForLiquidTag
$markup string
$tokens array
$file_system LiquidFileSystem
리턴 ForLiquidTag

render() 공개 메소드

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