PHP 클래스 Ojs\JournalBundle\Entity\JournalUser

상속: implements Ojs\JournalBundle\Entity\JournalItemInterface
파일 보기 프로젝트 열기: ojs/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
__toString ( )
addRole ( Role $role )
getId ( ) : integer
getJournal ( ) : Journal
getRoles ( ) : Doctrine\Common\Collections\Collection
getUser ( ) : User
removeRole ( Role $role )
setId ( integer $id )
setJournal ( Journal $journal )
setRoles ( Doctrine\Common\Collections\Collection $roles )
setUser ( User $user )

메소드 상세

__construct() 공개 메소드

public __construct ( )

__toString() 공개 메소드

public __toString ( )

addRole() 공개 메소드

public addRole ( Role $role )
$role Ojs\UserBundle\Entity\Role

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getJournal() 공개 메소드

public getJournal ( ) : Journal
리턴 Journal

getRoles() 공개 메소드

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

getUser() 공개 메소드

public getUser ( ) : User
리턴 Ojs\UserBundle\Entity\User

removeRole() 공개 메소드

public removeRole ( Role $role )
$role Ojs\UserBundle\Entity\Role

setId() 공개 메소드

public setId ( integer $id )
$id integer

setJournal() 공개 메소드

public setJournal ( Journal $journal )
$journal Journal

setRoles() 공개 메소드

public setRoles ( Doctrine\Common\Collections\Collection $roles )
$roles Doctrine\Common\Collections\Collection

setUser() 공개 메소드

public setUser ( User $user )
$user Ojs\UserBundle\Entity\User