PHP Class AppBundle\Entity\Book

Show file Open project: sylius/sylius Class Usage Examples

Public Methods

Method Description
getAuthor ( ) : string
getId ( ) : integer
getTitle ( ) : string
setAuthor ( string $author )
setTitle ( string $title )

Protected Methods

Method Description
createTranslation ( )

Private Methods

Method Description
initializeTranslationsCollection ( )

Method Details

createTranslation() protected method

protected createTranslation ( )

getAuthor() public method

public getAuthor ( ) : string
return string

getId() public method

public getId ( ) : integer
return integer

getTitle() public method

public getTitle ( ) : string
return string

setAuthor() public method

public setAuthor ( string $author )
$author string

setTitle() public method

public setTitle ( string $title )
$title string