phpDocumentor

MenuBoxService

Class BoxService

Table of Contents

ALLOCATED  = false
FREE  = true
$boxData  : array<string|int, mixed>
$boxSpots  : mixed
$settingsService  : SettingsService
__construct()  : mixed
SettingsService constructor.
getPosition()  : string
Adapter Method
getStatus()  : bool
Adapter Method
getStatusByPosition()  : bool
getFreeSpot()  : int
init()  : void
setPosition()  : void
setStatus()  : void

Constants

Properties

Methods

getPosition()

Adapter Method

public getPosition(string $boxName) : string
Parameters
$boxName : string
Tags
throws
Exception
Return values
string

getStatus()

Adapter Method

public getStatus(string $boxName) : bool
Parameters
$boxName : string
Tags
throws
Exception
Return values
bool

getStatusByPosition()

public getStatusByPosition(int $position) : bool
Parameters
$position : int
Tags
throws
Exception
Return values
bool

getFreeSpot()

protected getFreeSpot() : int
Return values
int

init()

protected init() : void
Tags
throws
Exception
Return values
void

setPosition()

protected setPosition( $boxName,  $value) : void
Parameters
$boxName :
$value :
Return values
void

setStatus()

protected setStatus( $boxName,  $value) : void
Parameters
$boxName :
$value :
Return values
void

Search results