Showing 10 of 2,133 results.

Parser Nodes Overview

The document parser returns a list of nodes as a result of parsing. There are many different types available, depending on the input template. The most basic node type is the LiteralNode , representing the template's non-Blade parts. If an input...

Echo Nodes | Parser Nodes Overview

The parser produces instances of Stillat\BladeParser\Nodes\EchoNode after it parses one of the three supported echo statement types. These types are: Echo, : Produced when parsing, {{ $variable }}, echo statements, TripleEcho, : Produced when...

validator | Validating Workspaces

Returns access to an internal BladeValidator instance. If a validator instance does not already exist, one will be automatically created by calling the ValidatorFactory::makeBladeValidator() method. 1 <?php 2 3 use Stillat \ BladeParser \...