Back to CMSApplicationInterface class

Method getInput

public \Joomla\Input\Input
getInput
()
Method to get the application input object.
Returns
  • \Joomla\Input\Input
Since
  • 4.0.0

Method getInput - Source code

/**
 * Method to get the application input object.
 *
 * @return  Input
 *
 * @since   4.0.0
 */
public function getInput() : Input;