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

Version 4

Check if any field has a value

Check if any of given fields has value.

Return value

Bool

Arguments

$field
Technical name of the field that is checked

Full documentation

Check if order has a contact information:

if ( $Order->isGiven('email','phone') ){
    // There is a contact information
}