Esempio n. 1
0
 /**
  * Register backend filters and actions
  * 
  * @return void
  * 
  * @access public
  */
 public static function register()
 {
     if (is_null(self::$_instance)) {
         self::$_instance = new self();
     }
 }