Prado\TApplicationComponent::getUser PHP Method

getUser() public method

public getUser ( ) : IUser
return IUser information about the current user
    public function getUser()
    {
        return Prado::getApplication()->getUser();
    }