product = $product; $this->catalog = $catalog; $this->category = $category; } /** * Returns count of rscproduct. * * @param array $filter * * @return int */ public function count() { return 0; } /** * Find rscproduct by slug. * * @param array $filter * * @return int */ public function rscproduct($slug) { return $this->rscproduct ->findBySlug($slig) ->toArray(); } }