Example #1
0
 /**
  * Wrapper method to test protected method variableGet().
  */
 public function variableGetWrapper($name, $default)
 {
     return parent::variableGet($name, $default);
 }