tender = $tender; } /** * Returns count of tenders. * * @param array $filter * * @return int */ public function count() { return 0; } }