[GENERIC] Zend_Translate:
[zend.git] / documentation / manual / ja / module_specs / Zend_Paginator-Configuration.xml
blobbfecbd8720a33f4649b74b370affb312fb321d48
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Reviewed: no -->
3 <!-- EN-Revision: 20872 -->
4 <sect1 id="zend.paginator.configuration">
5     <title>設定</title>
7     <para>
8         <classname>Zend_Paginator</classname> には設定用のメソッドがいくつか用意されています。
9     </para>
11     <table id="zend.paginator.configuration.table">
12         <title>Zend_Paginator の設定用メソッド</title>
14         <tgroup cols="2">
15             <thead>
16                 <row>
17                     <entry>メソッド</entry>
18                     <entry>説明</entry>
19                 </row>
20             </thead>
21             <tbody>
22                 <row>
23                     <entry>setCurrentPageNumber</entry>
24                     <entry>
25                         現在のページ番号を設定します (デフォルトは 1)。
26                     </entry>
27                 </row>
28                 <row>
29                     <entry>setItemCountPerPage</entry>
30                     <entry>
31                         1 ページに表示する項目の最大数を設定します
32                         (デフォルトは 10)。
33                     </entry>
34                 </row>
35                 <row>
36                     <entry>setPageRange</entry>
37                     <entry>
38                         ページ処理コントロールに表示する項目の数を設定します
39                         (デフォルトは 10)。
40                         注意: ほとんどの場合はこの値が正確に守られますが、
41                         スクロール形式の場合はこの値を単なる指針あるいは開始値
42                         (例: Elastic) としてしか使わないこともあります。
43                     </entry>
44                 </row>
45                 <row>
46                     <entry>setView</entry>
47                     <entry>
48                         レンダリングを支援するために、ビューのインスタンスを設定します。
49                     </entry>
50                 </row>
51             </tbody>
52         </tgroup>
53     </table>
54 </sect1>
55 <!--
56 vim:se ts=4 sw=4 et:
57 -->