PHP Class GraphAware\Neo4j\OGM\Tests\Integration\NativeQuery\Model\User

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

Protected Properties

Property Type Description
$email
$id
$username

Public Methods

Method Description
__construct ( string $username, string $email ) User constructor.
getEmail ( ) : mixed
getUsername ( ) : mixed

Method Details

__construct() public method

User constructor.
public __construct ( string $username, string $email )
$username string
$email string

getEmail() public method

public getEmail ( ) : mixed
return mixed

getUsername() public method

public getUsername ( ) : mixed
return mixed

Property Details

$email protected property

protected $email

$id protected property

protected $id

$username protected property

protected $username