예제 #1
0
파일: GisMail.php 프로젝트: krecek/nrsn
 public function addCc($email, $name = NULL)
 {
     if ($this->debugMode) {
         $this->prijemci[] = $email;
         return $this;
     } else {
         return parent::addCc($email, $name);
     }
 }