hasAnyComponents | The Document Parser
Returns a value indicating if any component tags were parsed. 1 <?php 2 3 public function hasAnyComponents ( ) : bool ;
Showing 10 of 1,322 results.
Returns a value indicating if any component tags were parsed. 1 <?php 2 3 public function hasAnyComponents ( ) : bool ;
put($key, $value) The put method is used to add a new item to the collection with a given $key and $value . The put method modifies the original Collection instance and returns a reference to it. The following code example will highlight the usage...
…it is negative, it will return a number of items (up to the provided $limit ) from the end of the collection, otherwise the items will be returned from the beginning of the collection. The take method returns a new Collection instance and does...
…it is negative, it will return a number of items (up to the provided $limit ) from the end of the collection, otherwise the items will be returned from the beginning of the collection. The take method returns a new Collection instance and does...
…ailed jobs. 2 php artisan queue:failed If there are no failed jobs, the command would output something similar to the following: 1 No failed jobs! If there are failed jobs, the command would generate a table that lists each failed job's ID...
…ernal call to Factory::make will take place and the created View instance will be returned as the result. The $view parameter is the name of the view file, $data is the initial data that will be passed along to the view and $mergeData is simply...
…nate/Foundation/Application.php In the above table, {view name} will become the name of the view you are looking for. For example, if you had a view named hello , you would use listed for the event composing: hello . This page will be updated...
The any method can be used to determine if the error message bag contains any messages. It is a convenience method and acts a shortcut to calling the count method within a conditional statement. The any method returns a boolean value.The signature...
…Adam ' , 38 ' Xander ' , 39 ' Wim ' , 40 ' Mitchell ' , 41 ' Gabriela ' , 42 ' Matt ' , 43 ' Frank ' , 44 ' Hannes ' , 45 ' Kirk ' 46 ] 47 ] , 48 [ 49 ' year ' => ' 2013 ' , 50 ' speakers ' => [ 51 ' Taylor ' , 52 ' Fabien ' , 53 ' Phill ' , 54 '...
The rounds option is used to control how many iterations the underlying Blowfish implementation will use when generating the final hash. The rounds value can be any positive integer between 4 and 31 (including both 4 and 31 ). If an integer...