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