Pivot::addObservableEvents()

void addObservableEvents(array|mixed $observables) Add an observable event name. Parameters array|mixed $observables Return Value void

SqlServerConnection::useDefaultPostProcessor()

void useDefaultPostProcessor() Set the query post processor to the default implementation. Return Value void

ViewServiceProvider::register()

void register() Register the service provider. Return Value void

User::getKey()

mixed getKey() Get the value of the model's primary key. Return Value mixed

IronQueue::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

LoaderInterface::getNamespaces()

array getNamespaces() Returns all registered namespaces with the config loader. Return Value array

AutoloadCommand::info()

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

BelongsToMany::findOrNew()

Collection|Model findOrNew(mixed $id, array $columns = array('*')) Find a related model by its primary key or return new instance of the related model. Parameters mixed $id array $columns Return Value Collection|Model

BelongsToMany::find()

Model|Collection|null find(mixed $id, array $columns = array('*')) Find a related model by its primary key. Parameters mixed $id array $columns Return Value Model|Collection|null

Password::swap()

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