User
extends Message
in package
Generated from protobuf message <code>website.admin.subuploads.User</code>
Table of Contents
Properties
- $email : mixed
- Generated from protobuf field <code>string email = 4 [json_name = "email"];</code>
- $first_name : mixed
- Generated from protobuf field <code>string first_name = 2 [json_name = "firstName"];</code>
- $last_name : mixed
- Generated from protobuf field <code>string last_name = 3 [json_name = "lastName"];</code>
- $name : mixed
- ID of the Piano user that uploaded the file.
Methods
- __construct() : mixed
- Constructor.
- getEmail() : string
- Generated from protobuf field <code>string email = 4 [json_name = "email"];</code>
- getFirstName() : string
- Generated from protobuf field <code>string first_name = 2 [json_name = "firstName"];</code>
- getLastName() : string
- Generated from protobuf field <code>string last_name = 3 [json_name = "lastName"];</code>
- getName() : string
- ID of the Piano user that uploaded the file.
- setEmail() : $this
- Generated from protobuf field <code>string email = 4 [json_name = "email"];</code>
- setFirstName() : $this
- Generated from protobuf field <code>string first_name = 2 [json_name = "firstName"];</code>
- setLastName() : $this
- Generated from protobuf field <code>string last_name = 3 [json_name = "lastName"];</code>
- setName() : $this
- ID of the Piano user that uploaded the file.
Properties
Generated from protobuf field <code>string email = 4 [json_name = "email"];</code>
protected
mixed
$email
= ''
$first_name
Generated from protobuf field <code>string first_name = 2 [json_name = "firstName"];</code>
protected
mixed
$first_name
= ''
$last_name
Generated from protobuf field <code>string last_name = 3 [json_name = "lastName"];</code>
protected
mixed
$last_name
= ''
$name
ID of the Piano user that uploaded the file.
protected
mixed
$name
= ''
Generated from protobuf field string name = 1 [json_name = "name"];
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type string $name ID of the Piano user that uploaded the file. @type string $first_name @type string $last_name @type string $email}
getEmail()
Generated from protobuf field <code>string email = 4 [json_name = "email"];</code>
public
getEmail() : string
Return values
stringgetFirstName()
Generated from protobuf field <code>string first_name = 2 [json_name = "firstName"];</code>
public
getFirstName() : string
Return values
stringgetLastName()
Generated from protobuf field <code>string last_name = 3 [json_name = "lastName"];</code>
public
getLastName() : string
Return values
stringgetName()
ID of the Piano user that uploaded the file.
public
getName() : string
Generated from protobuf field string name = 1 [json_name = "name"];
Return values
stringsetEmail()
Generated from protobuf field <code>string email = 4 [json_name = "email"];</code>
public
setEmail(string $var) : $this
Parameters
- $var : string
Return values
$thissetFirstName()
Generated from protobuf field <code>string first_name = 2 [json_name = "firstName"];</code>
public
setFirstName(string $var) : $this
Parameters
- $var : string
Return values
$thissetLastName()
Generated from protobuf field <code>string last_name = 3 [json_name = "lastName"];</code>
public
setLastName(string $var) : $this
Parameters
- $var : string
Return values
$thissetName()
ID of the Piano user that uploaded the file.
public
setName(string $var) : $this
Generated from protobuf field string name = 1 [json_name = "name"];
Parameters
- $var : string