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
Afficher le fichier Open project: wellcommerce/wellcommerce Interface Usage Examples

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