bool isDoctrineAvailable() Is Doctrine available? Return Value bool
array createMany(array $records, array $joinings = array()) Create an array of new instances of the related models. Parameters array $records array $joinings Return Value array
array getData() Get the array of view data. Return Value array
array get(string|null $method = null) Get all of the routes in the collection. Parameters string|null $method Return Value array
static bool load(string $class) Load the given class file. Parameters string $class Return Value bool
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
bool hasBag(string $key = 'default') Checks if a named MessageBag exists in the bags. Parameters string $key Return Value bool
Request getRequest() Get the active request instance. Return Value Request
bool statement(string $query, array $bindings = array()) Execute an SQL statement and return the boolean result. Parameters string $query array $bindings Return Value bool
$this dontSeeText(string $text) Assert that a given string is not seen on the current text. Parameters string $text Return Value $this
Page 437 of 996