Exemplo n.º 1
0
 /**
  * Set the arpAttributes for the entity
  *
  * @param String $arpAttributes The arpAttributes
  *
  * @return void
  */
 public function setArpAttributes($arpAttributes)
 {
     $this->_entity->setArpAttributes($arpAttributes);
 }