コード例 #1
0
ファイル: OAuth2.php プロジェクト: rootcave/9livesprints-web
 public static function setCookieName($name)
 {
     self::$cookie_name = $name;
 }