/** * @deprecated */ public static function getContacts($notUsed, $companyId) { trigger_error("The CCompany::getContacts static method has been deprecated in 3.1 and will be removed in v4.0. Please use CCompany->contacts() instead.", E_USER_NOTICE); $company = new CCompany(); return $company->contacts($companyId); }