/**
  * Gather full SPI data and send to Acquia Network.
  *
  * @param string $method Optional identifier for the method initiating request.
  *   Values could be 'cron' or 'menu callback' or 'drush'.
  * @return mixed FALSE if data not sent else NSPI result array
  */
 public function sendFullSpi($method = '')
 {
     return parent::sendFullSpi($method);
 }