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

Afficher le fichier Open project: graphaware/neo4j-php-ogm

Protected Properties

Свойство Type Description
$email
$id
$username

Méthodes publiques

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

Method Details

__construct() public méthode

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

getEmail() public méthode

public getEmail ( ) : mixed
Résultat mixed

getUsername() public méthode

public getUsername ( ) : mixed
Résultat mixed

Property Details

$email protected_oe property

protected $email

$id protected_oe property

protected $id

$username protected_oe property

protected $username