Field::getPage()
Version 4
Get the page field is in
Version 4
Get the page field is in
Return the page field is in.
Object Page
Getting title for the page field is in:
$title = $Order->customer->getPage()->getTitle();
Stupid example, because this is same as:
$title = $Order->getTitle();