Field::getPage()

Version 4

Get the page field is in

Return the page field is in.

Return value

Object Page

Full documentation

Getting title for the page field is in:

$title = $Order->customer->getPage()->getTitle();

Stupid example, because this is same as:

$title = $Order->getTitle();