Ejemplo n.º 1
0
 /**
  * @return $this
  */
 protected function searchForMinRetryTime()
 {
     $value = $this->searchForGenericValue("min-retry-time");
     if ($value !== false) {
         $this->object->setMinRetryTime($value);
     }
     return $this;
 }