class Manager extends Manager (View source)

Properties

protected $defaultDriver from  Manager
protected Container $app from  Manager
protected string $standardController

Methods

__construct(Application $application)

No description

createDriver($driver)

No description

from  Manager
string
getDefaultDriver()

Get the default driver name.

from  Manager
setStandardController(string $vaiue)

No description

driver($driver = null)

{@inheritdoc}

Details

__construct(Application $application)

No description

Parameters

Application $application

protected createDriver($driver)

No description

Parameters

$driver

string getDefaultDriver()

Get the default driver name.

Return Value

string

Manager setStandardController(string $vaiue)

No description

Parameters

string $vaiue

Return Value

Manager

ControllerInterface driver($driver = null)

{@inheritdoc}

Parameters

$driver

Return Value

ControllerInterface

Exceptions

InvalidArgumentException

See also

\Illuminate\Support\Manager::driver()

protected ControllerInterface getStandardController()

No description

Return Value

ControllerInterface