Sonata\Component\Form\Transformer\DeliveryMethodTransformer::__construct PHP Метод

__construct() публичный Метод

public __construct ( Pool $deliveryPool )
$deliveryPool Sonata\Component\Delivery\Pool
    public function __construct(DeliveryPool $deliveryPool)
    {
        $this->deliveryPool = $deliveryPool;
    }