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