Showing 10 of 2,133 results.

Ordering by Multiple Properties | Sorting Comment Threads

Multiple sort orders can be applied to a single comment thread by chaining sort orders with the pipe ( | ) character. The following example demonstrates how to first sort by newest comments, and then by the contents of the comment: 1 {{ meerkat :...

getCompiledDocument | Compiling Workspaces

Retrieves a Document instance using the provided compiled path name. Argument Description $path The compiled path. 1 <?php 2 3 use Stillat \ BladeParser \ Document \ Document ; 4 5 public function getCompiledDocument ( 6 string $ path 7 ) :...