Page::isGiven($field[,$field...])
Version 4
Check if any field has a value
Version 4
Check if any field has a value
Check if any of given fields has value.
Bool
Check if order has a contact information:
if ( $Order->isGiven('email','phone') ){
// There is a contact information
}