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

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

Protected Properties

Property Type Description
$id integer
$name string
$users User[] | ArrayCollection

Public Methods

Method Description
__construct ( $name )
getId ( ) : integer
getName ( ) : string
getUsers ( ) : User[]

Method Details

__construct() public method

public __construct ( $name )

getId() public method

public getId ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

getUsers() public method

public getUsers ( ) : User[]
return User[]

Property Details

$id protected property

protected int $id
return integer

$name protected property

protected string $name
return string

$users protected property

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