Luxifer\Tests\Mocks\ConnectionMock::quote PHP Method

quote() public method

public quote ( $input, $type = null )
    public function quote($input, $type = null)
    {
        if (is_string($input)) {
            return "'" . $input . "'";
        }
        return $input;
    }