Back to IdentityAware class

Method getIdentity

public \Joomla\CMS\User\User
getIdentity
()
Get the application identity.
Returns
  • \Joomla\CMS\User\User
Since
  • 4.0.0
Class: IdentityAware
Project: Joomla

Method getIdentity - Source code

/**
 * Get the application identity.
 *
 * @return  User
 *
 * @since   4.0.0
 */
public function getIdentity()
{
    return $this->identity;
}