Esempio n. 1
0
 /**
  * Remove special characters from cell phone
  * 
  * @param string $phone
  */
 public function setCellphoneAttribute($phone)
 {
     $this->attributes['cellphone'] = Helper::sanitizePhone($phone);
 }