void call(string $class) Seed the given connection from the given path. Parameters string $class Return Value void
Model getRelated() Get the related model of the relation. Return Value Model
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void
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
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
Model createModelByType(string $type) Create a new model instance by type. Parameters string $type Return Value Model
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
string getForeignKey() Get the foreign key of the relationship. Return Value string
Page 279 of 996