DVDoug\BoxPacker\WeightRedistributor::__construct PHP 메소드

__construct() 공개 메소드

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