예제 #1
0
 /**
  * Ensures that all values in the given array are cast to int and removes empty
  * or invalid values.
  *
  * @param string[] $keys the keys of the piVars to check, may be empty
  *
  * @return void
  */
 public function ensureIntegerArrayValues(array $keys)
 {
     parent::ensureIntegerArrayValues($keys);
 }