BeSimpleSoap/tests/Fixtures/DummyServiceMethodWithOutgo...

16 lines
238 B
PHP
Raw Normal View History

<?php
namespace Fixtures;
use Fixtures\Attachment\MessageWithAttachmentsTrait;
class DummyServiceMethodWithOutgoingLargeSwaResponse
{
use MessageWithAttachmentsTrait;
/**
* @var bool $status
*/
public $status;
}