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