Total Complexity | 9 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class Adresar extends FlexiBeeRW |
||
17 | { |
||
18 | /** |
||
19 | * Evidence užitá objektem. |
||
20 | * |
||
21 | * @var string |
||
22 | */ |
||
23 | public $evidence = 'adresar'; |
||
24 | |||
25 | /** |
||
26 | * get Email address for Customer with primary contact prefered |
||
27 | * |
||
28 | * @return string email of primary contact or address email or null |
||
29 | */ |
||
30 | public function getNotificationEmailAddress() |
||
52 |