class LivingArea extends Model (View source)

Properties

protected $accessibilityType
protected $accessibilityDataType
protected $eatingType
protected $eatingDataType
protected $featuresType
protected $featuresDataType
protected $layoutType
protected $layoutDataType
protected $sleepingType
protected $sleepingDataType

Methods

setAccessibility(LivingAreaAccessibility $accessibility)

No description

setEating(LivingAreaEating $eating)

No description

getEating()

No description

setFeatures(LivingAreaFeatures $features)

No description

getFeatures()

No description

setLayout(LivingAreaLayout $layout)

No description

getLayout()

No description

setSleeping(LivingAreaSleeping $sleeping)

No description

getSleeping()

No description

Details

setAccessibility(LivingAreaAccessibility $accessibility)

No description

Parameters

LivingAreaAccessibility $accessibility

LivingAreaAccessibility getAccessibility()

No description

setEating(LivingAreaEating $eating)

No description

Parameters

LivingAreaEating $eating

LivingAreaEating getEating()

No description

Return Value

LivingAreaEating

setFeatures(LivingAreaFeatures $features)

No description

Parameters

LivingAreaFeatures $features

LivingAreaFeatures getFeatures()

No description

Return Value

LivingAreaFeatures

setLayout(LivingAreaLayout $layout)

No description

Parameters

LivingAreaLayout $layout

LivingAreaLayout getLayout()

No description

Return Value

LivingAreaLayout

setSleeping(LivingAreaSleeping $sleeping)

No description

Parameters

LivingAreaSleeping $sleeping

LivingAreaSleeping getSleeping()

No description

Return Value

LivingAreaSleeping