public static function getMailer() { if (!self::$mailer) { self::$mailer = PhocacartEmailFactory::createMailer(); } $copy = clone self::$mailer; return $copy; }