Config::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

Config::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Cookie::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

SparkPostTransport

SparkPostTransport class SparkPostTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport

IronJob::isDeletedOrReleased()

bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool

MorphTo::getEager()

Collection getEager() Get the results of the relationship. Called via eager load method of Eloquent query builder. Return Value Collection

ChannelManager::channel()

mixed channel(string|null $name = null) Get a channel instance. Parameters string|null $name Return Value mixed

ArrayLoader::load()

array load(string $locale, string $group, string $namespace = null) Load the messages for the given locale. Parameters string $locale string $group string $namespace Return Value array

Pipeline::then()

mixed then(Closure $destination) Run the pipeline with a final destination callback. Parameters Closure $destination Return Value mixed

LoaderInterface::addNamespace()

void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void