ChangesCommand

ChangesCommand class ChangesCommand 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 string|array argument(string

ChangesCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

ChangesCommand::askWithCompletion()

string askWithCompletion(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

ChangesCommand::argument()

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

CapsuleManagerTrait::setAsGlobal()

void setAsGlobal() Make this capsule instance available globally. Return Value void

CapsuleManagerTrait::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

CanResetPassword::getEmailForPasswordReset()

string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. Return Value string

CapsuleManagerTrait

CapsuleManagerTrait trait CapsuleManagerTrait (View source) Methods void setAsGlobal() Make this capsule instance available globally. Container getContainer() Get the IoC container instance. void setContainer(Container $container) Set the IoC container instance.

CanResetPassword::sendPasswordResetNotification()

void sendPasswordResetNotification(string $token) Send the password reset notification. Parameters string $token Return Value void

CapsuleManagerTrait::getContainer()

Container getContainer() Get the IoC container instance. Return Value Container