PHP 클래스 spec\Namshi\Notificator\Notification\Handler\RabbitMQSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: namshi/notificator

공개 메소드들

메소드 설명
it_handles_rabbitmq_notification ( PhpAmqpLib\Channel\AMQPChannel $publisher, Namshi\Notificator\Notification\RabbitMQ\RabbitMQNotification $notification )
it_is_initializable ( )
it_should_handle_rabbitmq_notifications_only ( )
let ( PhpAmqpLib\Channel\AMQPChannel $publisher )

메소드 상세

it_handles_rabbitmq_notification() 공개 메소드

public it_handles_rabbitmq_notification ( PhpAmqpLib\Channel\AMQPChannel $publisher, Namshi\Notificator\Notification\RabbitMQ\RabbitMQNotification $notification )
$publisher PhpAmqpLib\Channel\AMQPChannel
$notification Namshi\Notificator\Notification\RabbitMQ\RabbitMQNotification

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_handle_rabbitmq_notifications_only() 공개 메소드

let() 공개 메소드

public let ( PhpAmqpLib\Channel\AMQPChannel $publisher )
$publisher PhpAmqpLib\Channel\AMQPChannel