mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed
array options() Get all of the options passed to the command. Return Value array
$this __call(string $method, array $parameters) Dynamically bind flash data in the session. Parameters string $method array $parameters Return Value $this Exceptions BadMethodCallException
string|null previousUrl() Get the previous URL from the session. Return Value string|null
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
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
$this to(object|array|string $address, string|null $name = null) Set the recipients of the message. Parameters object|array|string $address string|null $name Return Value $this
WithoutEvents trait WithoutEvents (View source) Methods disableEventsForAllTests() Prevent all event handles from being executed.
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
Page 50 of 996