PHP Class DVDoug\BoxPacker\TestItem

Inheritance: implements DVDoug\BoxPacker\Item
Datei anzeigen Open project: dvdoug/boxpacker

Public Methods

Method Description
__construct ( $description, $width, $length, $depth, $weight, $keepFlat )
getDepth ( )
getDescription ( )
getKeepFlat ( )
getLength ( )
getVolume ( )
getWeight ( )
getWidth ( )

Method Details

__construct() public method

public __construct ( $description, $width, $length, $depth, $weight, $keepFlat )

getDepth() public method

public getDepth ( )

getDescription() public method

public getDescription ( )

getKeepFlat() public method

public getKeepFlat ( )

getLength() public method

public getLength ( )

getVolume() public method

public getVolume ( )

getWeight() public method

public getWeight ( )

getWidth() public method

public getWidth ( )