Exemplo n.º 1
0
 /**
  * This method sets row class for any new objects so it possible
  * to change this row class on a fly during script invocation
  *
  * @static
  * @param  $className
  * @return void
  */
 public static function setDefaultRowClass($className)
 {
     self::$_defaultRowClass = $className;
 }