string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string
Collection keys() Get the keys of the collection items. Return Value Collection
bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool
MailableFake class MailableFake extends MailableMailer (View source) Properties mixed $mailable The mailable instance.
$this bcc(mixed $users) Set the recipients of the message. Parameters mixed $users Return Value $this
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
array when() Get the events that trigger this service provider to register. Return Value array
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Page 78 of 996