SQLiteGrammar::getTablePrefix()

string getTablePrefix() Get the grammar's table prefix. Return Value string

RedirectResponse::status()

int status() Get the status code for the response. Return Value int

MorphPivot::forceCreate()

static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model

FormRequest::hasCookie()

bool hasCookie(string $key) Determine if a cookie is set on the request. Parameters string $key Return Value bool

Container::bound()

bool bound(string $abstract) Determine if the given abstract type has been bound. Parameters string $abstract Return Value bool

ConnectionInterface::delete()

int delete(string $query, array $bindings = array()) Run a delete statement against the database. Parameters string $query array $bindings Return Value int

PostgresGrammar::compileInsert()

string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string

SQLiteGrammar::compileInsert()

string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string

KeyGenerateCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

SqlServerGrammar::setTablePrefix()

$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this