Documentation

ChangePasswordRequest extends Message
in package

Generated from protobuf message <code>glider.profile.ChangePasswordRequest</code>

Table of Contents

Properties

$password  : mixed
Nueva contraseña. Debe tener al menos 12 caracteres.

Methods

__construct()  : mixed
Constructor.
getPassword()  : string
Nueva contraseña. Debe tener al menos 12 caracteres.
setPassword()  : $this
Nueva contraseña. Debe tener al menos 12 caracteres.

Properties

$password

Nueva contraseña. Debe tener al menos 12 caracteres.

protected mixed $password = ''

Generated from protobuf field string password = 1;

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 $password
      Nueva contraseña. Debe tener al menos 12 caracteres.

}

getPassword()

Nueva contraseña. Debe tener al menos 12 caracteres.

public getPassword() : string

Generated from protobuf field string password = 1;

Return values
string

setPassword()

Nueva contraseña. Debe tener al menos 12 caracteres.

public setPassword(string $var) : $this

Generated from protobuf field string password = 1;

Parameters
$var : string
Return values
$this

        
On this page

Search results