Exemple #1
0
 /**
  * Removes a parameter.
  *
  * @param string $key The key
  */
 public static function remove($key)
 {
     return \Ape\ParameterBag::remove($key);
 }