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

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

Protected Properties

Свойство Type Description
$id integer
$name string
$users User[] | ArrayCollection

Méthodes publiques

Méthode Description
__construct ( $name )
getId ( ) : integer
getName ( ) : string
getUsers ( ) : User[]

Method Details

__construct() public méthode

public __construct ( $name )

getId() public méthode

public getId ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

getUsers() public méthode

public getUsers ( ) : User[]
Résultat User[]

Property Details

$id protected_oe property

protected int $id
Résultat integer

$name protected_oe property

protected string $name
Résultat string

$users protected_oe property

protected User[],GraphAware\Neo4j\OGM\Tests\Integration\Model|ArrayCollection,Doctrine\Common\Collections $users
Résultat User[] | ArrayCollection