コード例 #1
0
ファイル: Session.php プロジェクト: highhair20/glo
 public static function setId($id)
 {
     self::$_id = $id;
     return;
 }