Application::bound()

bool bound(string $abstract) Determine if the given abstract type has been bound. Parameters string $abstract Return Value bool

Application::bound()

bool bound(string $abstract) Determine if the given abstract type has been bound. (Overriding Container::bound) Parameters string $abstract Return Value bool

Application::booted()

void booted(mixed $callback) Register a new "booted" listener. Parameters mixed $callback Return Value void

Application::booted()

void booted(mixed $callback) Register a new "booted" listener. Parameters mixed $callback Return Value void

Application::booting()

void booting(mixed $callback) Register a new boot listener. Parameters mixed $callback Return Value void

Application::booting()

void booting(mixed $callback) Register a new boot listener. Parameters mixed $callback Return Value void

Application::boot()

void boot() Boot the application's service providers. Return Value void

Application::bind()

void bind(string|array $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding with the container. Parameters string|array $abstract Closure|string|null $concrete bool $shared Return Value void

Application::bindIf()

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void

Application::bindIf()

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void