PHP 클래스 GBPagedObjects, gitblog

파일 보기 프로젝트 열기: rsms/gitblog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$nextpage
$numpages
$numtotal
$posts
$prevpage

공개 메소드들

메소드 설명
__construct ( $posts, $nextpage, $prevpage, $numpages, $numtotal )
split ( $posts, $onlypageno = null, $pagesize = null )

메소드 상세

__construct() 공개 메소드

public __construct ( $posts, $nextpage, $prevpage, $numpages, $numtotal )

split() 정적인 공개 메소드

static public split ( $posts, $onlypageno = null, $pagesize = null )

프로퍼티 상세

$nextpage 공개적으로 프로퍼티

public $nextpage

$numpages 공개적으로 프로퍼티

public $numpages

$numtotal 공개적으로 프로퍼티

public $numtotal

$posts 공개적으로 프로퍼티

public $posts

$prevpage 공개적으로 프로퍼티

public $prevpage