Previous Page
dump()

Solar_Cli_MakeModel
exec()

Next Page
getInfoHelp()

exec()

public void exec ( array $argv default NULL )

Public interface to execute the command.

Inherited from Solar_Controller_Command.

Parameters

  • (array) $argv: The command-line arguments from the user.

Returns

  • (void)

Description

Public interface to execute the command.

This method...

  • populates and validates the option values
  • calls _preExec()
  • calls _exec() with the numeric parameters from the options
  • calls _postExec()