PHP Trait WellCommerce\Bundle\DoctrineBundle\Behaviours\Enableable\EnableableTrait

Author: Adam Piotrowski ([email protected])
Show file Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$enabled boolean

Public Methods

Method Description
getEnabled ( ) : boolean
setEnabled ( boolean $enabled )

Method Details

getEnabled() public method

public getEnabled ( ) : boolean
return boolean

setEnabled() public method

public setEnabled ( boolean $enabled )
$enabled boolean

Property Details

$enabled protected property

protected bool $enabled
return boolean