コード例 #1
0
 /**
  * Gets the params object for current controller
  *
  * @return rad_paramsobject
  */
 function getParamsObject()
 {
     return rad_instances::getParamsFor($this->getClassName());
 }