PHP 클래스 Sylius\Bundle\ChannelBundle\Collector\ChannelCollector

저자: Kamil Kokot ([email protected])
상속: extends Symfony\Component\HttpKernel\DataCollector\DataCollector
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__construct ( Sylius\Component\Channel\Repository\ChannelRepositoryInterface $channelRepository, Sylius\Component\Channel\Context\ChannelContextInterface $channelContext, boolean $channelChangeSupport = false )
collect ( Request $request, Response $response, Exception $exception = null )
getChannel ( ) : Sylius\Component\Channel\Model\ChannelInterface
getChannels ( ) : Sylius\Component\Channel\Model\ChannelInterface[]
getName ( )
isChannelChangeSupported ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( Sylius\Component\Channel\Repository\ChannelRepositoryInterface $channelRepository, Sylius\Component\Channel\Context\ChannelContextInterface $channelContext, boolean $channelChangeSupport = false )
$channelRepository Sylius\Component\Channel\Repository\ChannelRepositoryInterface
$channelContext Sylius\Component\Channel\Context\ChannelContextInterface
$channelChangeSupport boolean

collect() 공개 메소드

public collect ( Request $request, Response $response, Exception $exception = null )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$exception Exception

getChannel() 공개 메소드

public getChannel ( ) : Sylius\Component\Channel\Model\ChannelInterface
리턴 Sylius\Component\Channel\Model\ChannelInterface

getChannels() 공개 메소드

public getChannels ( ) : Sylius\Component\Channel\Model\ChannelInterface[]
리턴 Sylius\Component\Channel\Model\ChannelInterface[]

getName() 공개 메소드

public getName ( )

isChannelChangeSupported() 공개 메소드