Inpsyde\MultilingualPress\Relations\Post\RelationshipControlView::__construct PHP Method

__construct() public method

Constructor. Sets up the properties.
Since: 3.0.0
public __construct ( Inpsyde\MultilingualPress\Relations\Post\Search\SearchResultsView $search_results, AssetManager $asset_manager )
$search_results Inpsyde\MultilingualPress\Relations\Post\Search\SearchResultsView Search results view object.
$asset_manager Inpsyde\MultilingualPress\Asset\AssetManager Asset manager object.
    public function __construct(SearchResultsView $search_results, AssetManager $asset_manager)
    {
        $this->search_results = $search_results;
        $this->asset_manager = $asset_manager;
    }