Ingo_Transport_Base::quote PHP Method

quote() public method

Quotes user input if supported by the transport driver.
public quote ( string $string ) : string
$string string A string to quote.
return string The quoted string.
    public function quote($string)
    {
        return $string;
    }