Example #1
0
 /**
  * @param int $pid
  * @return Mail
  */
 public function setPid($pid)
 {
     parent::setPid($pid);
     return $this;
 }