setCharset() public method

Set the default charset used.
public setCharset ( string $charset ) : Swift_Preferences
$charset string
return Swift_Preferences
Esempio n. 1
0
 /**
  * Class constructor
  */
 public function __construct(iPhorm $form)
 {
     parent::__construct($form);
     Swift_Preferences::setCharset($form->getCharset());
 }