Back to ConsoleApplication class

Method getSession

public \Joomla\Session\SessionInterface
getSession
()
Method to get the application session object.
Returns
  • \Joomla\Session\SessionInterface The session object
Since
  • 4.0.0

Method getSession - Source code

/**
 * Method to get the application session object.
 *
 * @return  SessionInterface  The session object
 *
 * @since   4.0.0
 */
public function getSession()
{
    return $this->session;
}