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