static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model
array arguments() Get all of the arguments passed to the command. Return Value array
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
string getCreatedAtColumn() Get the name of the "created at" column. Return Value string
array getCommands() Get the commands on the blueprint. Return Value array
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. Parameters Builder $query string $sql array $values string $sequence Return Value int
$this inRandomOrder(string $seed = '') Put the query's results in random order. Parameters string $seed Return Value $this
$this policy(string $class, string $policy) Define a policy class for a given class type. Parameters string $class string $policy Return Value $this
string getVisibility(string $path) Get the visibility for the given path. Parameters string $path Return Value string
Page 312 of 996