PHP Класс Mmoreram\RSQueueBundle\Services\Abstracts\AbstractService

Provides base structure of all rsqueue services
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface EventDispatcher instance
$queueAliasResolver Mmoreram\RSQueueBundle\Resolver\QueueAliasResolver Queue alias resolver
$redis Predis\Client Redis client used to interact with redis service
$serializer Mmoreram\RSQueueBundle\Serializer\Interfaces\SerializerInterface Serializer

Открытые методы

Метод Описание
__construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, Redis $redis, QueueAliasResolver $queueAliasResolver, Mmoreram\RSQueueBundle\Serializer\Interfaces\SerializerInterface $serializer )

Описание методов

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

public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, Redis $redis, QueueAliasResolver $queueAliasResolver, Mmoreram\RSQueueBundle\Serializer\Interfaces\SerializerInterface $serializer )
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface EventDispatcher instance
$redis Redis Redis instance
$queueAliasResolver Mmoreram\RSQueueBundle\Resolver\QueueAliasResolver Resolver for queue alias
$serializer Mmoreram\RSQueueBundle\Serializer\Interfaces\SerializerInterface Serializer instance Construct method

Описание свойств

$eventDispatcher защищенное свойство

EventDispatcher instance
protected EventDispatcherInterface,Symfony\Component\EventDispatcher $eventDispatcher
Результат Symfony\Component\EventDispatcher\EventDispatcherInterface

$queueAliasResolver защищенное свойство

Queue alias resolver
protected QueueAliasResolver,Mmoreram\RSQueueBundle\Resolver $queueAliasResolver
Результат Mmoreram\RSQueueBundle\Resolver\QueueAliasResolver

$redis защищенное свойство

Redis client used to interact with redis service
protected Predis\Client $redis
Результат Predis\Client

$serializer защищенное свойство

Serializer
protected SerializerInterface,Mmoreram\RSQueueBundle\Serializer\Interfaces $serializer
Результат Mmoreram\RSQueueBundle\Serializer\Interfaces\SerializerInterface