setCharset() 공개 메소드

Set the default charset used.
public setCharset ( string $charset ) : Swift_Preferences
$charset string
리턴 Swift_Preferences
예제 #1
0
 /**
  * Class constructor
  */
 public function __construct(iPhorm $form)
 {
     parent::__construct($form);
     Swift_Preferences::setCharset($form->getCharset());
 }