array getDrivers() Get all of the created "drivers". Return Value array
View class View extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolved
string getRecallerName() Get the name of the cookie used to store the "recaller". Return Value string
array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array
bool isDoctrineAvailable() Is Doctrine available? Return Value bool
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
Response postLogin(Request $request) Handle a login request to the application. Parameters Request $request Return Value Response
Collection keys() Get the keys of the collection items. Return Value Collection
void fire() Execute the console command. Return Value void
$this postJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a POST request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this
Page 360 of 996