mikehaertl\shellcommand\Command::getCommand PHP Метод

getCommand() публичный Метод

public getCommand ( ) : string | null
Результат string | null the command that was set through setCommand() or passed to the constructor. Null if none.
    public function getCommand()
    {
        return $this->_command;
    }