Showing 10 of 2,133 results.

getNodes | Querying Document Nodes

Gets the document nodes. Returns a NodeCollection instance containing the nodes that represent the parsed template. 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ NodeCollection ; 4 5 public function getNodes ( ) : NodeCollection ;

Laravel 5: Retrieving Object Values With object_get

The object_get allows developers to retrieve properties from a given $object using dot notation. This is useful in situations where it can not be guaranteed that a provided object will have a given property, identified by the given $key .The...

getNodes | Blade Documents

Gets the document nodes. Returns a NodeCollection instance containing the nodes that represent the parsed template. 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ NodeCollection ; 4 5 public function getNodes ( ) : NodeCollection ;

getRootNodes | Blade Documents

Gets the root document nodes. Returns a NodeCollection instance containing all nodes that do not have a parent node. Invoking this method will trigger structural analysis. 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ NodeCollection ; 4 5 public...

Component Shorthand Variables | The Validate Command

Class : ComponentShorthandVariableParameterValidator The component shorthand variables validator will check for potential typos or unexpected values when working with shorthand variable syntax. The following template: 1 < x-profile $:message /> <...

RSS and Atom Feeds

Tidal integrates the fantastic Feedamic add-on, created by Mity Digital , to create and manage RSS and Atom feeds. The best way to get caught up on how to work with Feedamic is to read the official documentation. The Feedamic configuration file...

load($namespace, $group, $locale) | The Laravel Translator

The load method internally makes a call to the load method on the current instance of the Illuminate\Translation\LoaderInterface implementation, which by default is an instance of FileLoader . The Translator additionally keeps an internal cache of...