PHP 클래스 Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper

저자: Mateusz Zalewski ([email protected])
상속: extends Symfony\Component\Templating\Helper\Helper
파일 보기 프로젝트 열기: sylius/sylius 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Sylius\Component\Core\Provider\ProductVariantsPricesProviderInterface $productVariantsPricesProvider )
getName ( )
getPrices ( Sylius\Component\Core\Model\ProductInterface $product, Sylius\Component\Core\Model\ChannelInterface $channel ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( Sylius\Component\Core\Provider\ProductVariantsPricesProviderInterface $productVariantsPricesProvider )
$productVariantsPricesProvider Sylius\Component\Core\Provider\ProductVariantsPricesProviderInterface

getName() 공개 메소드

public getName ( )

getPrices() 공개 메소드

public getPrices ( Sylius\Component\Core\Model\ProductInterface $product, Sylius\Component\Core\Model\ChannelInterface $channel ) : array
$product Sylius\Component\Core\Model\ProductInterface
$channel Sylius\Component\Core\Model\ChannelInterface
리턴 array