1 | <?php |
||
7 | class Contact extends Report |
||
8 | { |
||
9 | /** |
||
10 | * Init Contacts Report frame |
||
11 | */ |
||
12 | public function __construct() |
||
17 | |||
18 | /** |
||
19 | * Set ID of contact to generate report about |
||
20 | * |
||
21 | * Do not use this function if intended report is to be about all contact objects. |
||
22 | * |
||
23 | * @param string $contact ContactID of contact object to generate report about. |
||
24 | */ |
||
25 | public function setContactId($contact) |
||
29 | } |
||
30 |