示例#1
0
 /**
  * Set the arpAttributes for the entity
  *
  * @param String $arpAttributes The arpAttributes
  *
  * @return void
  */
 public function setArpAttributes($arpAttributes)
 {
     $this->_entity->setArpAttributes($arpAttributes);
 }
 /**
  * Set the ARP for the entity
  *
  * @param sspmod_janus_ARP $arp The ARP
  *
  * @return void
  */
 public function setArp($arp)
 {
     $this->_entity->setArp($arp);
 }