Ejemplo n.º 1
0
 protected function searchForMaxTransferIdleIn()
 {
     $value = $this->searchForGenericValue("max-transfer-idle-in");
     if ($value !== false) {
         $this->object->setMaxTransferIdleIn($value);
     }
     return $this;
 }