Sonata\Component\Form\Type\VariationChoiceType::__construct PHP Method

__construct() public method

public __construct ( Pool $pool )
$pool Sonata\Component\Product\Pool
    public function __construct(Pool $pool)
    {
        $this->pool = $pool;
    }