PHP 클래스 spec\Mdb\PayPal\Ipn\MessageFactory\InputStreamMessageFactorySpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: mike182uk/paypal-ipn-listener

공개 메소드들

메소드 설명
it_should_be_a_message_factory ( )
it_should_create_a_message_from_the_input_stream ( InputStream $inputStream )
it_should_url_decode_values_from_the_input_stream ( InputStream $inputStream )
let ( InputStream $inputStream )

메소드 상세

it_should_be_a_message_factory() 공개 메소드

it_should_create_a_message_from_the_input_stream() 공개 메소드

public it_should_create_a_message_from_the_input_stream ( InputStream $inputStream )
$inputStream Mdb\PayPal\Ipn\InputStream

it_should_url_decode_values_from_the_input_stream() 공개 메소드

public it_should_url_decode_values_from_the_input_stream ( InputStream $inputStream )
$inputStream Mdb\PayPal\Ipn\InputStream

let() 공개 메소드

public let ( InputStream $inputStream )
$inputStream Mdb\PayPal\Ipn\InputStream