PageValues class

Located in file /wire/core/PageValues.php

Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the PageValues class also inherits all the methods and properties of: Wire.

Show class?             Show args?        

Common

NameReturnSummary 
PageValues::formatFieldValue(Page $page, Field $field, mixed $value)
mixedReturn a value consistent with the page’s output formatting state 
PageValues::getBracketValue(Page $page, string $key)
mixedGet value that ends with square brackets to get iterable value, filtered value or property value 
PageValues::getDotValue(Page $page, string $key)
mixed nullGiven a 'field.subfield' type string traverse properties and return value 
PageValues::getFieldFirstValue(page $page, string $multiKey)
null mixedGiven a Multi Key, determine if there are multiple keys requested and return the first non-empty value 
PageValues::getFieldValue($page, string $key)
null mixedGet the value for a non-native page field, and call upon Fieldtype to join it if not autojoined 
PageValues::getMarkup(Page $page, string $key)
stringReturn the markup value for a given field name or {tag} string 
PageValues::getMultiple(page $page, $keys)
arrayGet multiple Page property/field values in an array 
PageValues::getText(Page $page, string $key)
stringSame as getMarkup() except returned value is plain text 
PageValues::removeStatus(Page $page, $statusFlag)
PageRemove the specified status from this page 
PageValues::setName($page, string $value)
PageSet the page name, optionally for specific language 
PageValues::setStatus(Page $page, $value)
PageSet the status setting, with some built-in protections 

Additional methods and properties

In addition to the methods and properties above, PageValues also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.236

Latest news

  • ProcessWire Weekly #552
    In the 552nd issue of ProcessWire Weekly we'll check out the latest weekly update from Ryan, take a quick look at a new e-commerce solution for ProcessWire, and more. Read on!
    Weekly.pw / 7 December 2024
  • Custom Fields Module
    This week we look at a new ProFields module named Custom Fields. This module provides a way to rapidly build out ProcessWire fields that contain any number of subfields/properties within them.
    Blog / 30 August 2024
  • Subscribe to weekly ProcessWire news

“Indeed, if ProcessWire can be considered as a CMS in its own right, it also offers all the advantages of a CMF (Content Management Framework). Unlike other solutions, the programmer is not forced to follow the proposed model and can integrate his/her ways of doing things.” —Guy Verville, Spiria Digital Inc.