コード例 #1
0
ファイル: LogEmailWriter.php プロジェクト: Raiser/Praktikum
 public static function set_send_from($address)
 {
     self::$send_from = $address;
 }