Link Search Menu Expand Document

Constructor: username

Back to constructors index

Contains information about a username.

Attributes:

NameTypeRequiredDescription
editableBoolOptionalWhether the username is editable, meaning it wasn’t bought on fragment.
activeBoolOptionalWhether the username is active.
usernamestringYesThe username.

Type: Username

Example:

$username = ['_' => 'username', 'editable' => Bool, 'active' => Bool, 'username' => 'string'];