예제 #1
0
 /**
  */
 public function __set($name, $value)
 {
     switch ($name) {
         case 'utf8_char':
             if ($this->_string) {
                 $this->_string->utf8_char = $value;
             }
             break;
     }
     parent::__set($name, $value);
 }