fixUint() public méthode

Fix broken unsigned int
public fixUint ( integer $value ) : integer
$value integer
Résultat integer
 /**
  * {@inheritdoc}
  */
 public function fixUint($value)
 {
     return $this->proxy->fixUint($value);
 }