Back to RouterView class

Method getViews

public \Joomla\CMS\Component\Router\RouterViewConfiguration[]
getViews
()
Return an array of registered view objects
Returns
  • \Joomla\CMS\Component\Router\RouterViewConfiguration[] Array of registered view objects
Since
  • 3.5
Class: RouterView
Project: Joomla

Method getViews - Source code

/**
 * Return an array of registered view objects
 *
 * @return  RouterViewConfiguration[] Array of registered view objects
 *
 * @since   3.5
 */
public function getViews()
{
    return $this->views;
}