DatabaseNotification::forceCreate()

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

RouteListCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

AssetPublishCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

User::getCreatedAtColumn()

string getCreatedAtColumn() Get the name of the "created at" column. Return Value string

Blueprint::getCommands()

array getCommands() Get the commands on the blueprint. Return Value array

RefreshCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

PostgresProcessor::processInsertGetId()

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

JoinClause::inRandomOrder()

$this inRandomOrder(string $seed = '') Put the query's results in random order. Parameters string $seed Return Value $this

Gate::policy()

$this policy(string $class, string $policy) Define a policy class for a given class type. Parameters string $class string $policy Return Value $this

Cloud::getVisibility()

string getVisibility(string $path) Get the visibility for the given path. Parameters string $path Return Value string