Page::isEmpty($field[,$field,...])
Version 4
Check if field(s) has no value
Version 4
Check if field(s) has no value
Return TRUE, if all fields are empty.
Bool
Check if either phone or email is given:
if ( $Order->isEmpty('phone','email') ){
// No contact information found.
}