Page::isGivenAll($field[,$field...])
Version 4.1
Check if all fields has a value
Version 4.1
Check if all fields has a value
Bool
Check if order has a contact information:
if ( $Order->isGivenAll('email','phone','address') ){
// All contact information are given.
}