$page->prevAll() method

Return all sibling pages before this one, optionally matching a selector

Usage

// basic usage
$page = $page->prevAll();

// usage with all arguments
$page = $page->prevAll($selector = '', $getQty = false);

Arguments

NameType(s)Description
selector (optional)string, array, bool

Optional selector. When specified, will filter the found siblings.

getQty (optional)bool, PageArray

Return a count instead of PageArray? (boolean)

  • If no $selector argument is needed, this may be specified as the first argument.
  • Legacy support: You may specify a PageArray of siblings to use instead of the default (deprecated, avoid it).

Return value

Page NullPage int

Returns all matching pages before this one, or integer if $getQty requested.


$page methods and properties

API reference based on ProcessWire core version 3.0.236

Latest news

  • ProcessWire Weekly #532
    In the 532nd issue of ProcessWire Weekly we'll cover the latest core updates, check out a couple of brand-new third party modules, and more. Read on!
    Weekly.pw / 20 July 2024
  • Page List Custom Children module
    This simple module gives you the ability to customize the parent/child relationship as it appears in the admin page list, enabling child pages to appear under more than one parent.
    Blog / 28 June 2024
  • Subscribe to weekly ProcessWire news

“We were really happy to build our new portfolio website on ProcessWire! We wanted something that gave us plenty of control on the back-end, without any bloat on the front end - just a nice, easy to access API for all our content that left us free to design and build however we liked.” —Castus, web design agency in Sheffield, UK