ServeCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

ServeCommand

ServeCommand class ServeCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(string|int $name

ServeCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

SerializableClosure::getVariables()

array getVariables() Returns the "used" variables of the closure being serialized Return Value array

SerializableClosure::getCode()

string getCode() Returns the code of the closure being serialized Return Value string

SerializesModels::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

SerializesModels::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array

SerializesModels

SerializesModels trait SerializesModels (View source) Traits SerializesAndRestoresModelIdentifiers

SerializesAndRestoresModelIdentifiers

SerializesAndRestoresModelIdentifiers trait SerializesAndRestoresModelIdentifiers (View source)

SendsPasswordResetEmails::showLinkRequestForm()

Response showLinkRequestForm() Display the form to request a password reset link. Return Value Response