View

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

SessionGuard::getRecallerName()

string getRecallerName() Get the name of the cookie used to store the "recaller". Return Value string

PostgresConnection::prepareBindings()

array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array

MySqlConnection::isDoctrineAvailable()

bool isDoctrineAvailable() Is Doctrine available? Return Value bool

Config::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

AuthenticatesAndRegistersUsers::postLogin()

Response postLogin(Request $request) Handle a login request to the application. Parameters Request $request Return Value Response

Collection::keys()

Collection keys() Get the keys of the collection items. Return Value Collection

ConfigCacheCommand::fire()

void fire() Execute the console command. Return Value void

TestCase::postJson()

$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

Builder::limit()

$this limit(int $value) Set the "limit" value of the query. Parameters int $value Return Value $this