phpDocumentor php-util
[ class tree: php-util ] [ index: php-util ] [ all elements ]

Class: Pager

Source Location: /php/util/Pager.php

Class Pager

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From PObject

PObject::__construct()
생성자
PObject::display()
객체 문자열을 출력
PObject::equals()
객체 비교 (수정 필요)
PObject::getClass()
PObject::getObjValue()
객체인지 아닌지 판별해서 PObject 형 객체이면 toString() 메소드로 문자열을 반환하고 일단 자료형이면 그 형태 그대로 리턴한다
PObject::isObject()
객체 확인
PObject::toString()
객체 문자열로 변환
PObject::__toString()
magic methods 추가 , toString() 의 값을 그대로 리턴한다.

[ Top ]
Method Summary
Pager   __construct()  
void   getEndPage()  
void   getFirstPage()  
void   getLastPage()  
void   getNextBlock()  
void   getPage()  
void   getPrevBlock()  
void   getStartNum()  
void   getStartPage()  
void   getTotalPage()  
void   replaceStr()  
void   setTitle()  
void   toString()  

[ Top ]
Methods
Constructor __construct  [line 27]

  Pager __construct( $url, $page, $limitPage, $limitBlock, $totalCount  )

Parameters:
   $url: 
   $page: 
   $limitPage: 
   $limitBlock: 
   $totalCount: 

API Tags:
Access:  public


Redefinition of:
PObject::__construct()
생성자

[ Top ]
getEndPage  [line 85]

  void getEndPage( )


API Tags:
Access:  public


[ Top ]
getFirstPage  [line 70]

  void getFirstPage( )


API Tags:
Access:  public


[ Top ]
getLastPage  [line 100]

  void getLastPage( )


API Tags:
Access:  public


[ Top ]
getNextBlock  [line 95]

  void getNextBlock( )


API Tags:
Access:  public


[ Top ]
getPage  [line 54]

  void getPage( )


API Tags:
Access:  public


[ Top ]
getPrevBlock  [line 75]

  void getPrevBlock( )


API Tags:
Access:  public


[ Top ]
getStartNum  [line 90]

  void getStartNum( )


API Tags:
Access:  public


[ Top ]
getStartPage  [line 80]

  void getStartPage( )


API Tags:
Access:  public


[ Top ]
getTotalPage  [line 65]

  void getTotalPage( )


API Tags:
Access:  public


[ Top ]
replaceStr  [line 60]

  void replaceStr( $i  )

Parameters:
   $i: 

API Tags:
Access:  public


[ Top ]
setTitle  [line 50]

  void setTitle( $arr  )

Parameters:
   $arr: 

API Tags:
Access:  public


[ Top ]
toString  [line 104]

  void toString( )


API Tags:
Access:  public


Redefinition of:
PObject::toString()
객체 문자열로 변환

[ Top ]

Documentation generated on Fri, 09 Apr 2010 11:57:30 +0900 by phpDocumentor 1.4.3