메소드 |
설명 |
|
getAdapterClass ( $provider ) : string |
Get the required Adapter class name for the current provider. It will
select a specific adapter if required, handle the Chain provider, and
return the default configured adapter if non of the above are true. |
|
getArguments ( array $arguments, $provider ) : string |
Insert the required Adapter instance (if required) as the first element
of the arguments array. |
|
getProviders ( Collection $providers ) : array |
Instantiate the configured Providers, as well as the Chain Provider. |
|