Showing 10 of 2,133 results.

getFileCount | Workspaces

Returns the number of template files discovered in the workspace. 1 <?php 2 3 public function getFileCount ( ) : int ;

hasAnyComments | Workspaces

Returns a value indicating if the workspace has any Blade comments. 1 <?php 2 3 public function hasAnyComments ( ) : bool ;

get($key, $default = null) | Laravel 5 Facades

The get function will retrieve a cookie from the current request with the given $key . A $default value can be supplied and will be returned if a cookie with the given $key does not exist.