25 #require_once 'Zend/Filter/Interface.php'; 69 $temp[
'quotestyle'] = array_shift(
$options);
71 $temp[
'charset'] = array_shift(
$options);
77 if (!isset(
$options[
'quotestyle'])) {
88 if (!isset(
$options[
'doublequote'])) {
115 $this->_quoteStyle = $quoteStyle;
138 $this->_encoding = (string)
$value;
185 $this->_doubleQuote = (boolean) $doubleQuote;
201 if (strlen((
string)
$value) && !strlen($filtered)) {
203 #require_once 'Zend/Filter/Exception.php'; 207 $value = iconv(
'', $enc .
'//IGNORE', (
string)
$value);
209 if (!strlen($filtered)) {
210 #require_once 'Zend/Filter/Exception.php';
setQuoteStyle($quoteStyle)
__construct($options=array())
setDoubleQuote($doubleQuote)