Пример #1
0
 /**
  * Constructor
  *
  * @param string|array|Zend_Config $options OPTIONAL
  */
 public function __construct($options = null)
 {
     parent::__construct($options);
     $this->setEncoding("UTF-8");
 }