/** @deprecated */
 function getParam($name = NULL, $default = NULL)
 {
     return $this->multiplier->getParam($name, $default);
 }