PHP 클래스 WellCommerce\Bundle\AdminBundle\Entity\Role

저자: Adam Piotrowski ([email protected])
상속: implements WellCommerce\Bundle\AdminBundle\Entity\RoleInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$name string
$role string | null
$users Doctrine\Common\Collections\Collection

공개 메소드들

메소드 설명
getName ( ) : string
getRole ( ) : string
getUsers ( ) : Doctrine\Common\Collections\Collection
setName ( string $name )
setRole ( string $role )
setUsers ( Doctrine\Common\Collections\Collection $users )

메소드 상세

getName() 공개 메소드

public getName ( ) : string
리턴 string

getRole() 공개 메소드

public getRole ( ) : string
리턴 string

getUsers() 공개 메소드

public getUsers ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

setName() 공개 메소드

public setName ( string $name )
$name string

setRole() 공개 메소드

public setRole ( string $role )
$role string

setUsers() 공개 메소드

public setUsers ( Doctrine\Common\Collections\Collection $users )
$users Doctrine\Common\Collections\Collection

프로퍼티 상세

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

protected string $name
리턴 string

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

protected string|null $role
리턴 string | null

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

protected Collection,Doctrine\Common\Collections $users
리턴 Doctrine\Common\Collections\Collection