getData('output'); } /** * Get exit code * * @return int * @codeCoverageIgnore */ public function getExitCode() { return $this->getData('exit_code'); } /** * Get escaped command * * @return string * @codeCoverageIgnore */ public function getEscapedCommand() { return $this->getData('escaped_command'); } }