PHP Class GraphAware\Neo4j\OGM\Tests\Integration\Model\AuthUser

Show file Open project: graphaware/neo4j-php-ogm

Protected Properties

Property Type Description
$id integer
$password string
$username string

Public Methods

Method Description
__construct ( $username, $password ) *
getPassword ( ) *
getUsername ( ) *
setPassword ( $password ) *

Method Details

__construct() public method

*
public __construct ( $username, $password )
$username
$password

getPassword() public method

*
public getPassword ( )

getUsername() public method

*
public getUsername ( )

setPassword() public method

*
public setPassword ( $password )
$password

Property Details

$id protected property

protected int $id
return integer

$password protected property

protected string $password
return string

$username protected property

protected string $username
return string