コード例 #1
0
ファイル: seo.php プロジェクト: nishant368/newlifeoffice-new
 /**
  *
  * Return smartWattermark instance or create intitial instance
  *
  * @access public
  * @params $custom_option (optional)
  *
  * @return object
  *
  */
 public static function getInstance()
 {
     if (is_null(self::$instance)) {
         self::$instance = new smartSeo();
     }
     return self::$instance;
 }