Flash J2PlayController.getUsername

From J2Play

Jump to: navigation, search

Contents

Description

Get current user's username

Syntax

public function getUsername() : String

Parameters

N/A

Return Value

@return username

Examples


 var user : String = _global.controller.getUsername();

Personal tools