FormRequest::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

RoutesCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

Model::setHidden()

$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this

Bus::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

MemcachedStore::get()

mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed

FoundationServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

Builder::toSql()

string toSql() Get the SQL representation of the query. Return Value string

Gate::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

TestCase::seeJsonStructure()

$this seeJsonStructure(array $structure = null, array|null $responseData = null) Assert that the JSON response has a given structure. Parameters array $structure array|null $responseData Return Value $this

BladeCompiler::getPath()

string getPath() Get the path currently being compiled. Return Value string