DVDoug\BoxPacker\WeightRedistributor::__construct PHP Method

__construct() public method

Constructor
public __construct ( DVDoug\BoxPacker\BoxList $boxList )
$boxList DVDoug\BoxPacker\BoxList
    public function __construct(BoxList $boxList)
    {
        $this->boxes = clone $boxList;
        $this->logger = new NullLogger();
    }