コード例 #1
0
ファイル: User.php プロジェクト: sgdoc/sgdoce-codigo
 public static function set($userSession = null)
 {
     self::$_userSession = $userSession;
 }