SQLiteGrammar

SQLiteGrammar class SQLiteGrammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(arra

Blade::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

MorphTo::createModelByType()

Model createModelByType(string $type) Create a new model instance by type. Parameters string $type Return Value Model

BaseCommand::line()

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

MorphTo::getForeignKey()

string getForeignKey() Get the foreign key of the relationship. Return Value string

BeanstalkdJob::isDeleted()

bool isDeleted() Determine if the job has been deleted. Return Value bool

LengthAwarePaginator::addQuery()

$this addQuery(string $key, string $value) Add a query string value to the paginator. Parameters string $key string $value Return Value $this

QueueManager::stopping()

void stopping(mixed $callback) Register an event listener for the daemon queue stopping. Parameters mixed $callback Return Value void

DatabaseNotificationCollection::where()

Collection where(string $key, mixed $operator, mixed $value = null) Filter items by the given key value pair. Parameters string $key mixed $operator mixed $value Return Value Collection

DatabaseNotification::destroy()

static int destroy(array|int $ids) Destroy the models for the given IDs. Parameters array|int $ids Return Value int