Closure wrap(Closure $callback, array $parameters = array()) Wrap the given closure such that its dependencies will be injected when executed. Parameters Closure $callback array $parameters Return Value Closure
ContextualBindingBuilder when(string $concrete) Define a contextual binding. Parameters string $concrete Return Value ContextualBindingBuilder
string version() Get the version number of the application. Return Value string
$this useStoragePath(string $path) Set the storage directory. Parameters string $path Return Value $this
$this useEnvironmentPath(string $path) Set the directory for the environment file. Parameters string $path Return Value $this
$this useDatabasePath(string $path) Set the database directory. Parameters string $path Return Value $this
$this terminating(Closure $callback) Register a terminating callback with the application. Parameters Closure $callback Return Value $this
void terminate() Terminate the application. Return Value void
Page 973 of 996