Esempio n. 1
0
 public static function post_get_int($key, $min = null, $max = null, $default = null)
 {
     return CoreInput::post_get_int($key, $min, $max, $default);
 }