Signature | Laravel 5: Representing Multi-Dimensional Arrays in Dot Notation With dot
The signature of the dot method is: 1 public static function dot ( 2 $ array , vvvvv 3 $ prepend = ' ' 4 ) ;
Showing 10 of 2,044 results.
The signature of the dot method is: 1 public static function dot ( 2 $ array , vvvvv 3 $ prepend = ' ' 4 ) ;
The array_dot function is a shortcut to calling Arr::dot . This function is declared in the global namespace.
…nd time a particular combination of search terms was, last, searched, index, : The Statamic search index used to perform the search, term, : The user's search term. This, may, include personal information, if the user entered personal information...
…the <meta name="robots" content="noindex, nofollow"> tag to all pages when the site is not running in production mode. This behavior can be changed by modifying guard_index_follow configuration value within the config/site_essentials/metadata.php...
The get method will return the value associated with the provided $key . If the $key does not exist, the $default value will be returned (which is null by default). Retrieving values from a Fluent instance: 1 <?php 2 3 $ fluent = new Fluent ( $...
Search Report for Statamic is a simple Control Panel and utility addon that allows you to log searches made on your site, and view them within Statamic's Control Panel. Search Report for Statamic Documentation, Search Report for Statamic GitHub,...
The str_replace_last function is a shortcut to calling Str::replaceLast . This function is declared in the global namespace.
Querying nodes on ComponentNode or DirectiveNode instances requires structural analysis. Node queries will be evaluated against each nodes list of children nodes. If this is your intent, be sure to call the resolveStructures() method on the...
Tests if the document contains a directive with the provided name. Argument Description $name The directive name. 1 <?php 2 3 public function hasDirective ( 4 string $ name 5 ) : bool ; Example Use 1 <?php 2 3 use Stillat \ BladeParser \ Document...
…ocates the first instance of the provided node type in the document. Argument Description $type The node type. 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ AbstractNode ; 4 5 public function firstOfType ( 6 string $ type 7 ) : AbstractNode ;...