void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor
static Model create(array $attributes = array()) Save a new model and return the instance. Parameters array $attributes Return Value Model
string getTablePrefix() Get the grammar's table prefix. Return Value string
void __wakeup() Restore the model after serialization. Return Value void
Collection whereStrict(string $key, mixed $value) Filter items by the given key value pair using strict comparison. Parameters string $key mixed $value Return Value Collection
void commit() Commit the active database transaction. Return Value void
static array getDirectories() Gets all the directories registered with the loader. Return Value array
$this dontSeeIsChecked(string $selector) Assert that the given checkbox is not selected. Parameters string $selector Return Value $this
static array compiles() Get a list of files that should be compiled for the package. Return Value array
Page 462 of 996