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
ファイルを表示 Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$boxType string
$identifier string
$settings string

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

Property Details

$boxType protected_oe property

protected string $boxType
return string

$identifier protected_oe property

protected string $identifier
return string

$settings protected_oe property

protected string $settings
return string