Solar_Cli_LinkPublic::exec()
    public
    void
     Solar_Cli_LinkPublic::exec 
         ( array  $argv  = 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()