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