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
Exibir arquivo 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