PHP 클래스 GraphAware\Neo4j\OGM\Tests\Integration\Model\SecurityRole

파일 보기 프로젝트 열기: graphaware/neo4j-php-ogm

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer
$name string
$users User[] | ArrayCollection

공개 메소드들

메소드 설명
__construct ( $name )
getId ( ) : integer
getName ( ) : string
getUsers ( ) : User[]

메소드 상세

__construct() 공개 메소드

public __construct ( $name )

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getUsers() 공개 메소드

public getUsers ( ) : User[]
리턴 User[]

프로퍼티 상세

$id 보호되어 있는 프로퍼티

protected int $id
리턴 integer

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$users 보호되어 있는 프로퍼티

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