job = $job; $this->resume = $resume; $this->category = $category; } /** * Returns count of career. * * @param array $filter * * @return int */ public function count() { return 0; } }