コード例 #1
0
ファイル: Email.php プロジェクト: jasmun/Noco100
 /**
  * @param bool $set
  * @return $this
  */
 public function setLoopTo($set = true)
 {
     if (is_bool($set) && $this->_email instanceof IfwPsn_Wp_Email) {
         $this->_email->setLoopTo($set);
     }
     return $this;
 }