Changeset 19913


Ignore:
Timestamp:
2011/01/14 16:30:26 (13 years ago)
Author:
Seasoft
Message:

#714(パス指定によるリダイレクトの記述を簡潔にする)

  • コメント追記
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Response.php

    r19908 r19913  
    209209 
    210210    /** 
    211      * HTML_PATH からのパスを指定してリダイレクトする 
     211     * /html/ からのパスを指定してリダイレクトする 
    212212     * 
    213      * @param string $location /html/ からの相対パス。先頭に / を含むかは任意。「../」の解釈は行なわない。 
     213     * FIXME メソッド名を分かりやすくしたい。現状だと、引数が「url-path より後」とも「url-path」とも読み取れる。(前者が意図したいところ) 
     214     * @param string $location /html/ からのパス。先頭に / を含むかは任意。「../」の解釈は行なわない。 
    214215     * @return void 
    215216     * @static 
Note: See TracChangeset for help on using the changeset viewer.