PHP Interface Inpsyde\MultilingualPress\Relations\Post\Search\SearchResultsView

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

Public Methods

Method Description
render ( RelationshipContext $context ) : void Renders the markup for the search results according to the given context.

Method Details

render() public method

Renders the markup for the search results according to the given context.
Since: 3.0.0
public render ( RelationshipContext $context ) : void
$context Inpsyde\MultilingualPress\Relations\Post\RelationshipContext Relationship context data object.
return void