mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed
GenericUser class GenericUser implements Authenticatable (View source) Methods void __construct(array $attributes) Create a new generic User object. string getAuthIdentifierName() Get the name of the unique identifier for the user. mixed getAuthIdentifier() Get the unique identifier for the user. string getAuthPassword() Get the password for the user. string getRememberToken() Get the "remember me" token value. void setRememberToken(string $value) Set the "remembe
void __construct(Filesystem $files) Create a new controller creator command instance. Parameters Filesystem $files Return Value void
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
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
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
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
array options() Get all of the options passed to the command. Return Value array
Page 628 of 996