TestCase::assertSessionHasAll()

void assertSessionHasAll(array $bindings) Assert that the session has a given list of values. Parameters array $bindings Return Value void

MorphToMany::create()

Model create(array $attributes, array $joining = array(), bool $touch = true) Create a new instance of the related model. Parameters array $attributes array $joining bool $touch Return Value Model

PasswordBroker::getUser()

RemindableInterface getUser(array $credentials) Get the user for the given credentials. Parameters array $credentials Return Value RemindableInterface Exceptions UnexpectedValueException

FailConsoleServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

Filesystem::isFile()

bool isFile(string $file) Determine if the given path is a file. Parameters string $file Return Value bool

JoinClause::count()

int count(string $columns = '*') Retrieve the "count" result of the query. Parameters string $columns Return Value int

SQLiteConnection::beginTransaction()

void beginTransaction() Start a new database transaction. Return Value void Exceptions Exception

FilesystemServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

ExceptionHandler::renderForConsole()

void renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console. Parameters OutputInterface $output Exception $e Return Value void

DatabaseNotification::getRelation()

mixed getRelation(string $relation) Get a specified relationship. Parameters string $relation Return Value mixed