Collection::__call()

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

Config::getFacadeApplication()

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

Collection::offsetUnset()

void offsetUnset(string $key) Unset the item at a given offset. Parameters string $key Return Value void

MailServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

MessageBag::get()

array get(string $key, string $format = null) Get all of the messages from the bag for a given key. Parameters string $key string $format Return Value array

TestCase::assertViewHas()

$this assertViewHas(string|array $key, mixed $value = null) Assert that the response view has a given piece of bound data. Parameters string|array $key mixed $value Return Value $this

MorphOne::getEager()

Collection getEager() Get the relationship for eager loading. Return Value Collection

MySqlGrammar::isExpression()

bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool

HandlerResolver::getHandlerMethod()

string getHandlerMethod(mixed $command) Get the handler method for the given command. Parameters mixed $command Return Value string

FilesystemServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array