Overview

Namespaces

  • Composer
    • Autoload
  • Illuminate
    • Support
      • Contracts
      • Facades
  • Laravella
    • Crud
      • Exceptions
      • Facades
  • None
  • PHP

Classes

  • ClassLoader
  • Collection
  • Fluent
  • Manager
  • MessageBag
  • NamespacedItemResolver
  • Pluralizer
  • SerializableClosure
  • ServiceProvider
  • Str
  • Overview
  • Namespace
  • Class
  • Tree

Class Manager

Abstract
Namespace: Illuminate\Support
Located at vendor/illuminate/support/Illuminate/Support/Manager.php
Methods summary
public
# __construct( Illuminate\Foundation\Application $app )

Create a new manager instance.

Create a new manager instance.

Parameters

$app
Illuminate\Foundation\Application
$app
public mixed
# driver( string $driver = null )

Get a driver instance.

Get a driver instance.

Parameters

$driver
string
$driver

Returns

mixed
protected mixed
# createDriver( string $driver )

Create a new driver instance.

Create a new driver instance.

Parameters

$driver
string
$driver

Returns

mixed
protected mixed
# callCustomCreator( string $driver )

Call a custom driver creator.

Call a custom driver creator.

Parameters

$driver
string
$driver

Returns

mixed
public
# extend( string $driver, Closure $callback )

Register a custom driver creator Closure.

Register a custom driver creator Closure.

Parameters

$driver
string
$driver
$callback
Closure
$callback
public array
# getDrivers( )

Get all of the created "drivers".

Get all of the created "drivers".

Returns

array
public mixed
# __call( string $method, array $parameters )

Dynamically call the default driver instance.

Dynamically call the default driver instance.

Parameters

$method
string
$method
$parameters
array
$parameters

Returns

mixed
Properties summary
protected Illuminate\Foundation\Application $app
#

The application instance.

The application instance.

protected array $customCreators array()
#

The registered custom driver creators.

The registered custom driver creators.

protected array $drivers array()
#

The array of created "drivers".

The array of created "drivers".

crud API documentation generated by ApiGen 2.8.0