Model newInstance(array $attributes = array(), bool $exists = false) Create a new instance of the given model. Parameters array $attributes bool $exists Return Value Model
void __construct(PDO|Closure $pdo, string $database = '', string $tablePrefix = '', array $config = array()) Create a new database connection instance. Parameters PDO|Closure $pdo string $database string $tablePrefix array $config Return Value void
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
mixed get(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed
Grammar class Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. string columnize(array $columns) Convert an array of column names into a delimited string. string parameterize(array $values) Create query parameter place-holders for an array. string pa
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
void register() Register the service provider. Return Value void
$this sendOutputTo(string $location, bool $append = false) Send the output of the command to a given location. Parameters string $location bool $append Return Value $this
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool
Page 778 of 996