Page::isGivenAny($field[,$field...])
Version 4.1
Check if any of the fields has a value
Version 4.1
Check if any of the fields has a value
Bool
Check if order has a phone or gsm:
if ( $Order->isGivenAny('phone','gsm') ){
// At least one phone is given
}