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

Version 4.1

Check if all fields has a 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->isGivenAll('email','phone','address') ){
    // All contact information are given.
}