mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed
mixed __call(string $method, array $parameters) Pass dynamic instance methods to the manager. Parameters string $method array $parameters Return Value mixed
static Builder table(string $table, string $connection = null) Get a fluent query builder instance. Parameters string $table string $connection Return Value Builder
$this setFetchMode(int $fetchMode) Set the fetch mode for the database connections. Parameters int $fetchMode Return Value $this
void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance to be used by connections. Parameters Dispatcher $dispatcher Return Value void
void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void
void setAsGlobal() Make this capsule instance available globally. Return Value void
static Builder schema(string $connection = null) Get a schema builder instance. Parameters string $connection Return Value Builder
Page 491 of 996