Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
WellCommerce
Bundle
LayoutBundle
Entity
LayoutBoxInterface
PHP Интерфейс WellCommerce\Bundle\LayoutBundle\Entity\LayoutBoxInterface
Автор:
Adam Piotrowski (
[email protected]
)
Наследование:
extends
WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface
,
extends
WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface
,
extends
WellCommerce\Bundle\CoreBundle\Entity\TranslatableInterface
,
extends
WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface
Показать файл
Открыть проект
Примеры использования интерфейса
Открытые методы
Метод
Описание
getBoxType
( ) :
string
getIdentifier
( ) :
string
getSettings
( ) :
array
setBoxType
(
string
$boxType
)
setIdentifier
(
string
$identifier
)
setSettings
(
array
$settings
)
Описание методов
getBoxType()
публичный
Метод
public
getBoxType
( ) :
string
Результат
string
getIdentifier()
публичный
Метод
public
getIdentifier
( ) :
string
Результат
string
getSettings()
публичный
Метод
public
getSettings
( ) :
array
Результат
array
setBoxType()
публичный
Метод
public
setBoxType
(
string
$boxType
)
$boxType
string
setIdentifier()
публичный
Метод
public
setIdentifier
(
string
$identifier
)
$identifier
string
setSettings()
публичный
Метод
public
setSettings
(
array
$settings
)
$settings
array