void setVisibility(string $path, string $visibility) Set the visibility for the given path. Parameters string $path string $visibility Return Value void
Illuminate\Contracts\Cache Interfaces Factory Repository Store
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Illuminate\Log Classes LogServiceProvider Writer
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static bool startsWith(string $haystack, string|array $needles) Determine if a given string starts with a given substring. Parameters string $haystack string|array $needles Return Value bool
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
$this setBindings(array $bindings, string $type = 'where') Set the bindings on the query builder. Parameters array $bindings string $type Return Value $this Exceptions InvalidArgumentException
bool exists(string $path) Determine if a file or directory exists. Parameters string $path Return Value bool
bool isGuarded(string $key) Determine if the given key is guarded. Parameters string $key Return Value bool
Page 147 of 996