示例#1
0
 /**
  * Set network
  *
  * @param \CertUnlp\NgenBundle\Model\NetworkInterface $network
  * @return Incident
  */
 public function setNetwork(NetworkInterface $network = null)
 {
     $this->network = $network;
     $this->setNetworkAdmin($network->getNetworkAdmin());
     $this->setAcademicUnit($network->getAcademicUnit());
     return $this;
 }