page_controls = new Page_Controls( $page, $per_page, $post_type ); } /** * Gets the page controls. * * @return Page_Controls */ public function get_page_controls(): Page_Controls { return $this->page_controls; } }