class Product360 implements PrimaryKeyInterface

Methods

integer
getId()

No description

setId(int $id)

No description

int
getAutoPlaySpeed()

No description

setAutoPlaySpeed(int $autoPlaySpeed)

No description

boolean
isButtons()

No description

setButtons(bool $buttons)

No description

bool
isSlider()

No description

setSlider(bool $slider)

No description

bool
isAutoPlay()

No description

setAutoPlay(boolean $autoPlay)

No description

getProduct()

No description

setProduct(Product $product)

No description

ArrayCollection
getProduct360Images()

No description

setProduct360Images(ArrayCollection $product360Images)

No description

addProduct360Image(Product360Image $product360Image)

No description

removeProduct360Image(Product360Image $product360Image)

No description

Details

at line 128
integer getId()

Return Value

integer

at line 138
Product360 setId(int $id)

Parameters

int $id

Return Value

Product360

at line 148
int getAutoPlaySpeed()

Return Value

int

at line 158
Product360 setAutoPlaySpeed(int $autoPlaySpeed)

Parameters

int $autoPlaySpeed

Return Value

Product360

at line 168
boolean isButtons()

Return Value

boolean

at line 178
Product360 setButtons(bool $buttons)

Parameters

bool $buttons

Return Value

Product360

at line 188
bool isSlider()

Return Value

bool

at line 198
Product360 setSlider(bool $slider)

Parameters

bool $slider

Return Value

Product360

at line 208
bool isAutoPlay()

Return Value

bool

at line 218
Product360 setAutoPlay(boolean $autoPlay)

Parameters

boolean $autoPlay

Return Value

Product360

at line 228
Product getProduct()

Return Value

Product

at line 238
Product360 setProduct(Product $product)

Parameters

Product $product

Return Value

Product360

at line 248
ArrayCollection getProduct360Images()

Return Value

ArrayCollection

at line 258
Product360 setProduct360Images(ArrayCollection $product360Images)

Parameters

ArrayCollection $product360Images

Return Value

Product360

at line 271
Product360 addProduct360Image(Product360Image $product360Image)

Parameters

Product360Image $product360Image

Return Value

Product360

at line 290
Product360 removeProduct360Image(Product360Image $product360Image)

Parameters

Product360Image $product360Image

Return Value

Product360