Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
WellCommerce
Bundle
LayoutBundle
Entity
LayoutBoxInterface
PHP Interface WellCommerce\Bundle\LayoutBundle\Entity\LayoutBoxInterface
Author:
Adam Piotrowski (
[email protected]
)
Inheritance:
extends
WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface
,
extends
WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface
,
extends
WellCommerce\Bundle\CoreBundle\Entity\TranslatableInterface
,
extends
WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface
显示文件
Open project: wellcommerce/wellcommerce
Interface Usage Examples
Public Methods
Method
Description
getBoxType
( ) :
string
getIdentifier
( ) :
string
getSettings
( ) :
array
setBoxType
(
string
$boxType
)
setIdentifier
(
string
$identifier
)
setSettings
(
array
$settings
)
Method Details
getBoxType()
public
method
public
getBoxType
( ) :
string
return
string
getIdentifier()
public
method
public
getIdentifier
( ) :
string
return
string
getSettings()
public
method
public
getSettings
( ) :
array
return
array
setBoxType()
public
method
public
setBoxType
(
string
$boxType
)
$boxType
string
setIdentifier()
public
method
public
setIdentifier
(
string
$identifier
)
$identifier
string
setSettings()
public
method
public
setSettings
(
array
$settings
)
$settings
array