PHP Class WellCommerce\Bundle\LayoutBundle\Entity\LayoutBox

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\LayoutBundle\Entity\LayoutBoxInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$boxType string
$identifier string
$settings string

Méthodes publiques

Méthode Description
getBoxType ( ) : string
getIdentifier ( ) : string
getSettings ( ) : array
setBoxType ( string $boxType )
setIdentifier ( string $identifier )
setSettings ( array $settings )

Method Details

getBoxType() public méthode

public getBoxType ( ) : string
Résultat string

getIdentifier() public méthode

public getIdentifier ( ) : string
Résultat string

getSettings() public méthode

public getSettings ( ) : array
Résultat array

setBoxType() public méthode

public setBoxType ( string $boxType )
$boxType string

setIdentifier() public méthode

public setIdentifier ( string $identifier )
$identifier string

setSettings() public méthode

public setSettings ( array $settings )
$settings array

Property Details

$boxType protected_oe property

protected string $boxType
Résultat string

$identifier protected_oe property

protected string $identifier
Résultat string

$settings protected_oe property

protected string $settings
Résultat string