PHP 인터페이스 WellCommerce\Bundle\AdminBundle\Entity\UserGroupInterface

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
getName ( ) : string
getPermissions ( ) : Doctrine\Common\Collections\Collection
getUsers ( ) : Doctrine\Common\Collections\Collection
setName ( string $name )
setPermissions ( Doctrine\Common\Collections\Collection $permissions )

메소드 상세

getName() 공개 메소드

public getName ( ) : string
리턴 string

getPermissions() 공개 메소드

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

getUsers() 공개 메소드

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

setName() 공개 메소드

public setName ( string $name )
$name string

setPermissions() 공개 메소드

public setPermissions ( Doctrine\Common\Collections\Collection $permissions )
$permissions Doctrine\Common\Collections\Collection