PHP Class Inpsyde\MultilingualPress\Relations\Post\Search\SearchController

Since: 3.0.0
Show file Open project: inpsyde/multilingual-press

Public Methods

Method Description
__construct ( Inpsyde\MultilingualPress\Relations\Post\Search\SearchResultsView $search_results ) Constructor. Sets up the properties.
initialize ( ) : void Initializes the AJAX-based live search.

Method Details

__construct() public method

Constructor. Sets up the properties.
Since: 3.0.0
public __construct ( Inpsyde\MultilingualPress\Relations\Post\Search\SearchResultsView $search_results )
$search_results Inpsyde\MultilingualPress\Relations\Post\Search\SearchResultsView SearchResultsView object.

initialize() public method

Initializes the AJAX-based live search.
Since: 3.0.0
public initialize ( ) : void
return void