Page::isGivenAny($field[,$field...])

Version 4.1

Check if any of the fields has a value

Return value

Bool

Arguments

$field
Technical name of the field that is checked

Full documentation

Check if order has a phone or gsm:

if ( $Order->isGivenAny('phone','gsm') ){
    // At least one phone is given
}