PHP 클래스 AppBundle\Entity\Book

파일 보기 프로젝트 열기: sylius/sylius 1 사용 예제들

공개 메소드들

메소드 설명
getAuthor ( ) : string
getId ( ) : integer
getTitle ( ) : string
setAuthor ( string $author )
setTitle ( string $title )

보호된 메소드들

메소드 설명
createTranslation ( )

비공개 메소드들

메소드 설명
initializeTranslationsCollection ( )

메소드 상세

createTranslation() 보호된 메소드

protected createTranslation ( )

getAuthor() 공개 메소드

public getAuthor ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

setAuthor() 공개 메소드

public setAuthor ( string $author )
$author string

setTitle() 공개 메소드

public setTitle ( string $title )
$title string