SH\Sh::getCommandToProcess PHP Method

getCommandToProcess() private method

private getCommandToProcess ( $name, $comandArgument )
    private function getCommandToProcess($name, $comandArgument)
    {
        if (is_array($comandArgument)) {
            $comandArgument = implode(' ', $comandArgument);
        }
        return $name . ' ' . $comandArgument;
    }