Exemple #1
0
 /**
  * Get the instance of Vc_Shortcodes_Manager
  *
  * @return self
  */
 public static function getInstance()
 {
     if (!self::$_instance instanceof self) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }