Manager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

Manager::__call()

mixed __call(string $method, array $parameters) Pass dynamic instance methods to the manager. Parameters string $method array $parameters Return Value mixed

Manager::table()

static Builder table(string $table, string $connection = null) Get a fluent query builder instance. Parameters string $table string $connection Return Value Builder

Manager::setFetchMode()

$this setFetchMode(int $fetchMode) Set the fetch mode for the database connections. Parameters int $fetchMode Return Value $this

Manager::setEventDispatcher()

void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance to be used by connections. Parameters Dispatcher $dispatcher Return Value void

Manager::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

Manager::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

Manager::setAsGlobal()

void setAsGlobal() Make this capsule instance available globally. Return Value void

Manager::setAsGlobal()

void setAsGlobal() Make this capsule instance available globally. Return Value void

Manager::schema()

static Builder schema(string $connection = null) Get a schema builder instance. Parameters string $connection Return Value Builder