Getter for company instance.
- Returns:
- $companyInstance An instance of a generic company
- Todo:
- Find an interface suitable for all types of companies
Definition at line 120 of file class_CompanyDatabaseWrapper.php.
00120 {
00121 return $this->companyInstance;
00122 }