BeSimpleSoap/Tests/ServiceBinding/fixtures/Attributes.php

9 lines
123 B
PHP

<?php
namespace BeSimple\SoapBundle\Tests\ServiceBinding\fixtures;
class Attributes
{
public $foo;
public $bar;
}