Flarum\Core\Guest::isGuest PHP Method

isGuest() public method

public isGuest ( )
    public function isGuest()
    {
        return true;
    }