Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
AppBundle
Entity
Book
PHP Class AppBundle\Entity\Book
Exibir arquivo
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