Timber\Term::posts PHP Метод

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

public posts ( integer $numberposts_or_args = 10, string $post_type_or_class = 'any', string $post_class = '' ) : array | boolean | null
$numberposts_or_args integer
$post_type_or_class string
$post_class string
Результат array | boolean | null
    public function posts($numberposts_or_args = 10, $post_type_or_class = 'any', $post_class = '')
    {
        return $this->get_posts($numberposts_or_args, $post_type_or_class, $post_class);
    }