PHP Class LiquidTagFor, php-liquid

Inheritance: extends LiquidBlock
Afficher le fichier Open project: harrydeluxe/php-liquid

Méthodes publiques

Méthode Description
__construct ( string $markup, array &$tokens, LiquidFileSystem &$file_system ) : ForLiquidTag Constructor
render ( LiquidContext &$context ) Renders the tag

Method Details

__construct() public méthode

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

render() public méthode

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