コード例 #1
0
 /**
  *
  * @since 2.0.0
  *
  * @param Prompt_Post_Email_Batch $batch
  * @param Prompt_Interface_Http_Client|null $client
  * @param PHPMailer|null $local_mailer
  */
 public function __construct(Prompt_Post_Email_Batch $batch, Prompt_Interface_Http_Client $client = null, PHPMailer $local_mailer = null)
 {
     parent::__construct($batch, $client, $local_mailer);
 }
コード例 #2
0
 /**
  *
  * @since 2.0.0
  *
  * @param Prompt_Subscription_Agreement_Email_Batch $batch
  * @param Prompt_Interface_Http_Client|null $client
  * @param PHPMailer|null $local_mailer
  * @param int $chunk
  */
 public function __construct(Prompt_Subscription_Agreement_Email_Batch $batch, Prompt_Interface_Http_Client $client = null, PHPMailer $local_mailer = null, $chunk = 0)
 {
     parent::__construct($batch, $client, $local_mailer, $chunk);
 }