PHP 클래스 Timber\PostQuery

PostCollections are used directly in Twig templates to iterate through and retrieve meta information about the collection of posts
상속: extends PostCollection
파일 보기 프로젝트 열기: jarednova/timber

보호된 프로퍼티들

프로퍼티 타입 설명
$pagination
$queryIterator
$userQuery

공개 메소드들

메소드 설명
__construct ( mixed $query = false, string $post_class = '\Timber\Post' )
pagination ( array $prefs = [] ) : Timber\Pagination Set pagination for the collection. Optionally could be used to get pagination with custom preferences.

보호된 메소드들

메소드 설명
get_query ( ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( mixed $query = false, string $post_class = '\Timber\Post' )
$query mixed
$post_class string

get_query() 보호된 메소드

protected get_query ( ) : mixed
리턴 mixed the query the user orignally passed to the pagination object

pagination() 공개 메소드

Set pagination for the collection. Optionally could be used to get pagination with custom preferences.
public pagination ( array $prefs = [] ) : Timber\Pagination
$prefs array
리턴 Timber\Pagination object

프로퍼티 상세

$pagination 보호되어 있는 프로퍼티

protected $pagination

$queryIterator 보호되어 있는 프로퍼티

protected $queryIterator

$userQuery 보호되어 있는 프로퍼티

protected $userQuery