Ejemplo n.º 1
0
 /**
  * Get instance of itself
  * 
  * @return AAM_Backend_View
  * 
  * @access public
  */
 public static function getInstance()
 {
     if (is_null(self::$_instance)) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }