Ejemplo n.º 1
0
 /**
  * Return the max integer that is supported by PublicId in your environment
  *
  * @access      public
  *
  * @param       string
  * @return      model|null
  */
 public static function testPublicIdMaxInt()
 {
     $hashids = new Hashids(self::getSalt(), self::getMinLength(), self::getAlphabet());
     return $hashids->get_max_int_value();
 }