PHP Class AppBundle\Entity\Book

Afficher le fichier Open project: sylius/sylius Class Usage Examples

Méthodes publiques

Méthode Description
getAuthor ( ) : string
getId ( ) : integer
getTitle ( ) : string
setAuthor ( string $author )
setTitle ( string $title )

Méthodes protégées

Méthode Description
createTranslation ( )

Private Methods

Méthode Description
initializeTranslationsCollection ( )

Method Details

createTranslation() protected méthode

protected createTranslation ( )

getAuthor() public méthode

public getAuthor ( ) : string
Résultat string

getId() public méthode

public getId ( ) : integer
Résultat integer

getTitle() public méthode

public getTitle ( ) : string
Résultat string

setAuthor() public méthode

public setAuthor ( string $author )
$author string

setTitle() public méthode

public setTitle ( string $title )
$title string