PHP Класс Timber\QueryIterator

Наследование: implements Iterator, implements Countable
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( $query = false, $posts_class = 'Timber\Post' )
count ( ) : integer Count elements of an object.
current ( )
fix_cat_wp_quirk ( $query ) get_posts uses category, WP_Query uses cat. Why? who knows.
fix_number_posts_wp_quirk ( $query ) get_posts users numberposts
get_pagination ( $prefs )
get_posts ( $return_collection = false )
get_query_from_array_of_ids ( $query = [] )
get_query_from_string ( $string = '' )
handle_maybe_custom_posts_page ( WP_Query $query ) : WP_Query this will test for whether a custom page to display posts is active, and if so, set the query to the default
key ( )
next ( ) Don't implement next, because current already advances the loop
post_count ( )
rewind ( )
valid ( )

Описание методов

__construct() публичный Метод

public __construct ( $query = false, $posts_class = 'Timber\Post' )

count() публичный Метод

Necessary for some Twig loop variable properties.
См. также: http://twig.sensiolabs.org/doc/tags/for.html#the-loop-variable
public count ( ) : integer
Результат integer The custom count as an integer. The return value is cast to an integer.

current() публичный Метод

public current ( )

fix_cat_wp_quirk() публичный статический Метод

..
public static fix_cat_wp_quirk ( $query )

fix_number_posts_wp_quirk() публичный статический Метод

get_posts users numberposts
public static fix_number_posts_wp_quirk ( $query )

get_pagination() публичный Метод

public get_pagination ( $prefs )

get_posts() публичный Метод

public get_posts ( $return_collection = false )

get_query_from_array_of_ids() публичный статический Метод

public static get_query_from_array_of_ids ( $query = [] )

get_query_from_string() публичный статический Метод

public static get_query_from_string ( $string = '' )

handle_maybe_custom_posts_page() публичный статический Метод

this will test for whether a custom page to display posts is active, and if so, set the query to the default
public static handle_maybe_custom_posts_page ( WP_Query $query ) : WP_Query
$query WP_Query the original query recived from WordPress
Результат WP_Query

key() публичный Метод

public key ( )

next() закрытый публичный Метод

Don't implement next, because current already advances the loop
final public next ( )

post_count() публичный Метод

public post_count ( )

rewind() публичный Метод

public rewind ( )

valid() публичный Метод

public valid ( )