Framework Documentation - View Package

Joomla\View\ViewInterface

The ViewInterface is the base contract for views in a MVC oriented application.

Render the view

The render method is used to render a view.

/**
 * @return  string
 */
public function render();
#