Documentation

AdapterUserTrait

Adapter field trait

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
4.0.0

Table of Contents

Properties

$passwordField  : string
Password field
$user  : mixed
User data
$usernameField  : string
Username field

Methods

getPasswordField()  : string
Get the password field
getUser()  : mixed
Get the user record
getUsernameField()  : string
Get the username field
setPasswordField()  : static
Set the password field
setUsernameField()  : static
Set the username field

Properties

$passwordField

Password field

protected string $passwordField = 'password'

$usernameField

Username field

protected string $usernameField = 'username'

Methods

getPasswordField()

Get the password field

public getPasswordField() : string
Return values
string

getUsernameField()

Get the username field

public getUsernameField() : string
Return values
string

setPasswordField()

Set the password field

public setPasswordField(string $passwordField) : static
Parameters
$passwordField : string
Return values
static

setUsernameField()

Set the username field

public setUsernameField(string $usernameField) : static
Parameters
$usernameField : string
Return values
static

        
On this page

Search results